cpuid: 20230120 -> 20230228

This commit is contained in:
Fabian Affolter 2023-02-28 21:19:39 +01:00
parent 995edc972a
commit ed9386a050

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.