Merge pull request #193261 from fabaff/cpuid-bump

cpuid: 20220812 -> 20220927
This commit is contained in:
Fabian Affolter 2022-09-28 09:11:03 +02:00 committed by GitHub
commit 1992c2e31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "cpuid";
version = "20220812";
version = "20220927";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-O/aPuX2UcU+QdjzK2BDfjcX3/pwfmjZSQ2SR/XVBWr8=";
sha256 = "sha256-sykaiTRIJgKGgaIoBgUpIMDzSY0Jn/3OP2P1Z6HqQOw=";
};
# For pod2man during the build process.