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

cpuid: 20200427 -> 20201006
This commit is contained in:
Ryan Mulligan 2020-10-24 09:56:06 -07:00 committed by GitHub
commit 51344916f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "cpuid";
version = "20200427";
version = "20201006";
src = fetchurl {
name = "${pname}-${version}.src.tar.gz";
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "1m31238z2ya8f8pzpyklwp0ksf5xicqrw1z941hhhx913wzldaf1";
sha256 = "19jnkh57f979b78ak5mpxmdvnkgc33r55cw9shgd2hc380b3zi8k";
};
# For pod2man during the build process.