mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:18:07 +00:00
cpuid: 20220927 -> 20221003
This commit is contained in:
parent
473e97e434
commit
41abcbfed5
@ -6,11 +6,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cpuid";
|
||||
version = "20220927";
|
||||
version = "20221003";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
||||
sha256 = "sha256-sykaiTRIJgKGgaIoBgUpIMDzSY0Jn/3OP2P1Z6HqQOw=";
|
||||
sha256 = "sha256-Y8TFwGtWglgrou7Jbuom14MngqeJWSu5XE5P1icKgwc=";
|
||||
};
|
||||
|
||||
# For pod2man during the build process.
|
||||
|
Loading…
Reference in New Issue
Block a user