Merge pull request #194879 from r-ryantm/auto-update/cpuid

cpuid: 20220927 -> 20221003
This commit is contained in:
Fabian Affolter 2022-10-07 10:23:37 +02:00 committed by GitHub
commit eb8ff5d89d
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 = "20220927";
version = "20221003";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-sykaiTRIJgKGgaIoBgUpIMDzSY0Jn/3OP2P1Z6HqQOw=";
sha256 = "sha256-Y8TFwGtWglgrou7Jbuom14MngqeJWSu5XE5P1icKgwc=";
};
# For pod2man during the build process.