mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 04:07:46 +00:00
cpuid: 20230228 -> 20230406
This commit is contained in:
parent
075dce259f
commit
608f3a1885
@ -6,11 +6,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cpuid";
|
||||
version = "20230228";
|
||||
version = "20230406";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
||||
sha256 = "sha256-EYLFnFqpp7ljNzlABgQ+YN7hQIh6DBeERm1dLAhH7fM=";
|
||||
sha256 = "sha256-9ARd5TXzDjTowBKwVM5m9ArDmRRNbjw4lr2AwN7u8bA=";
|
||||
};
|
||||
|
||||
# For pod2man during the build process.
|
||||
|
Loading…
Reference in New Issue
Block a user