2022-11-09T02:24:22 libcpuid 0.6.0 -> 0.6.1 https://github.com/anrieff/libcpuid/releases 2022-11-09T02:24:25 attrpath: libcpuid 2022-11-09T02:24:25 Checking auto update branch... 2022-11-09T02:24:25 No auto update branch exists 2022-11-09T02:24:25 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; }; } 2022-11-09T22:14:17 libcpuid 0.6.0 -> 0.6.1 https://github.com/anrieff/libcpuid/releases 2022-11-09T22:14:19 attrpath: libcpuid 2022-11-09T22:14:19 Checking auto update branch... 2022-11-09T22:14:19 No auto update branch exists 2022-11-09T22:14:20 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; }; }