Skip to content

Commit d8ecefe

Browse files
authored
cpuid: 20240324 -> 20241023 (#351456)
2 parents aaf9d31 + bf7ee82 commit d8ecefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/cpuid/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation rec {
99
pname = "cpuid";
10-
version = "20240324";
10+
version = "20241023";
1111

1212
src = fetchurl {
1313
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
14-
sha256 = "sha256-3fvFudgBUbsEl16d7BMFEDQZeY0i7/LiRJCD3AhiGEw=";
14+
sha256 = "sha256-/HdDWo1dKzVRcTMB6M24PmKjz+3IQTKw7JsbteUkT9w=";
1515
};
1616

1717
# For pod2man during the build process.

0 commit comments

Comments
 (0)