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

cpuid: 20220224 -> 20220620
This commit is contained in:
SuperHeroINTJ 2022-07-11 12:49:41 -03:00 committed by GitHub
commit 6afbca1e99
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 = "20220224";
version = "20220620";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-ShneKhGK7kT4Vs0b7PpaGSV0tZV3lTcqhuN9yiTaH50=";
sha256 = "sha256-kVmhwJWm5ExspjBsUIC/4qe83iXo3Bbwb1+HTXcyyxo=";
};
# For pod2man during the build process.