cpuid: 20211129 -> 20211210
This commit is contained in:
parent
5e4feb3c2d
commit
ee16149972
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cpuid";
|
pname = "cpuid";
|
||||||
version = "20211129";
|
version = "20211210";
|
||||||
|
|
||||||
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-Iwdyu4jERzLmikLS7/Q7z/RtiTv06m4EFR1MtujIji8=";
|
sha256 = "sha256-4CmJVwDeGm+DNgJSgEiSzVi1TR9f869Et7tq/kEOX0Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For pod2man during the build process.
|
# For pod2man during the build process.
|
||||||
|
|
Loading…
Reference in a new issue