mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
Merge pull request #148648 from fabaff/bump-cpuid
cpuid: 20211114 -> 20211129
This commit is contained in:
commit
94722b8c03
@ -6,11 +6,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cpuid";
|
||||
version = "20211114";
|
||||
version = "20211129";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
||||
sha256 = "1dz10d958hz7qbh77hxf2k6sc7y9nkvlmr2469hv6gwgqs6dq1vi";
|
||||
sha256 = "sha256-Iwdyu4jERzLmikLS7/Q7z/RtiTv06m4EFR1MtujIji8=";
|
||||
};
|
||||
|
||||
# For pod2man during the build process.
|
||||
@ -47,10 +47,9 @@ stdenv.mkDerivation rec {
|
||||
Intel, AMD, VIA, Hygon, and Zhaoxin CPUs, as well as older Transmeta,
|
||||
Cyrix, UMC, NexGen, Rise, and SiS CPUs.
|
||||
'';
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "http://etallen.com/cpuid.html";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ blitz ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user