cpuid: 20230120 -> 20230228
This commit is contained in:
parent
995edc972a
commit
ed9386a050
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cpuid";
|
||||
version = "20230120";
|
||||
version = "20230228";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz";
|
||||
sha256 = "sha256-uJtB+IldDVj9uwpUECu0kLx8WCjbLNFb6C0U0ZRjpXk=";
|
||||
sha256 = "sha256-EYLFnFqpp7ljNzlABgQ+YN7hQIh6DBeERm1dLAhH7fM=";
|
||||
};
|
||||
|
||||
# For pod2man during the build process.
|
||||
|
|
Loading…
Reference in a new issue