Merge pull request #218875 from fabaff/cpuid-bump

cpuid: 20230120 -> 20230228
This commit is contained in:
Fabian Affolter
2023-03-01 08:11:10 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "cpuid";
version = "20230120";
version = "20230228";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-uJtB+IldDVj9uwpUECu0kLx8WCjbLNFb6C0U0ZRjpXk=";
sha256 = "sha256-EYLFnFqpp7ljNzlABgQ+YN7hQIh6DBeERm1dLAhH7fM=";
};
# For pod2man during the build process.