Merge pull request #200840 from r-ryantm/auto-update/libcpuid

libcpuid: 0.6.1 -> 0.6.2
This commit is contained in:
Mario Rodas 2022-11-12 10:33:58 -05:00 committed by GitHub
commit a4a5f69459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcpuid";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "anrieff";
repo = "libcpuid";
rev = "v${version}";
sha256 = "sha256-KxG06a56XPa34IJGAJbBeHUKkCEba+R7HOSosTCwQKU=";
sha256 = "sha256-nniSn6HjEWJsn1y7EwmI8Ln6CvfSryXjVfMEfGwuSkQ=";
};
nativeBuildInputs = [ autoreconfHook ];