We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf9d31 + bf7ee82 commit d8ecefeCopy full SHA for d8ecefe
pkgs/os-specific/linux/cpuid/default.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation rec {
9
pname = "cpuid";
10
- version = "20240324";
+ version = "20241023";
11
12
src = fetchurl {
13
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
14
- sha256 = "sha256-3fvFudgBUbsEl16d7BMFEDQZeY0i7/LiRJCD3AhiGEw=";
+ sha256 = "sha256-/HdDWo1dKzVRcTMB6M24PmKjz+3IQTKw7JsbteUkT9w=";
15
};
16
17
# For pod2man during the build process.
0 commit comments