Merge pull request #146114 from fabaff/bump-cpuid

cpuid: 20211031 -> 20211114
This commit is contained in:
Thiago Kenji Okada 2021-11-15 09:08:36 -03:00 committed by GitHub
commit 4aa774626a
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 = "20211031";
version = "20211114";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "13sxb2ar4gypiv0l87lr7hf3qjccwgsg1r92adv9jvrfxcv36pbn";
sha256 = "1dz10d958hz7qbh77hxf2k6sc7y9nkvlmr2469hv6gwgqs6dq1vi";
};
# For pod2man during the build process.