Merge pull request #237893 from fabaff/cpuid-bump

cpuid: 20230505 -> 20230614
This commit is contained in:
Fabian Affolter
2023-06-17 08:32:03 +02:00
committed by GitHub

View File

@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "cpuid";
version = "20230505";
version = "20230614";
src = fetchurl {
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
sha256 = "sha256-VdMEAM1rq5rPNZft/JpSeiWOOntcQMzJuLMrENPimzA=";
sha256 = "sha256-scgwRe/CYHYwd1HgZi1YAnf1+b+JzwJyMaeBIAPDpOg=";
};
# For pod2man during the build process.