2022-11-05T19:32:31 libcpuid 0.6.0 -> 0.6.1 https://github.com/anrieff/libcpuid/releases 2022-11-05T19:32:34 attrpath: libcpuid 2022-11-05T19:32:34 Checking auto update branch... 2022-11-05T19:32:34 No auto update branch exists 2022-11-05T19:32:34 Old version 0.6.0" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub, autoreconfHook }: stdenv.mkDerivation rec { pname = "libcpuid"; version = "0.6.1"; src = fetchFromGitHub { owner = "anrieff"; repo = "libcpuid"; rev = "v${version}"; sha256 = "sha256-KxG06a56XPa34IJGAJbBeHUKkCEba+R7HOSosTCwQKU="; }; nativeBuildInputs = [ autoreconfHook ]; meta = with lib; { homepage = "http://libcpuid.sourceforge.net/"; description = "A small C library for x86 CPU detection and feature extraction"; changelog = "https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"; license = licenses.bsd2; maintainers = with maintainers; [ orivej artuuge ]; platforms = platforms.x86; }; }