mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #146114 from fabaff/bump-cpuid
cpuid: 20211031 -> 20211114
This commit is contained in:
commit
4aa774626a
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cpuid";
|
pname = "cpuid";
|
||||||
version = "20211031";
|
version = "20211114";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
||||||
sha256 = "13sxb2ar4gypiv0l87lr7hf3qjccwgsg1r92adv9jvrfxcv36pbn";
|
sha256 = "1dz10d958hz7qbh77hxf2k6sc7y9nkvlmr2469hv6gwgqs6dq1vi";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For pod2man during the build process.
|
# For pod2man during the build process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue