cpuid: 20220927 -> 20221003
This commit is contained in:
parent
473e97e434
commit
41abcbfed5
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cpuid";
|
pname = "cpuid";
|
||||||
version = "20220927";
|
version = "20221003";
|
||||||
|
|
||||||
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 = "sha256-sykaiTRIJgKGgaIoBgUpIMDzSY0Jn/3OP2P1Z6HqQOw=";
|
sha256 = "sha256-Y8TFwGtWglgrou7Jbuom14MngqeJWSu5XE5P1icKgwc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For pod2man during the build process.
|
# For pod2man during the build process.
|
||||||
|
|
Loading…
Reference in a new issue