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

cpuid: 20211210 -> 20220224
This commit is contained in:
Fabian Affolter
2022-02-26 09:35:51 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "cpuid";
version = "20211210";
version = "20220224";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-4CmJVwDeGm+DNgJSgEiSzVi1TR9f869Et7tq/kEOX0Q=";
sha256 = "sha256-ShneKhGK7kT4Vs0b7PpaGSV0tZV3lTcqhuN9yiTaH50=";
};
# For pod2man during the build process.