dmidecode: 3.0 -> 3.1
This commit is contained in:
parent
934b72301e
commit
c34299f592
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dmidecode-3.0";
|
||||
name = "dmidecode-3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/dmidecode/${name}.tar.xz";
|
||||
sha256 = "0iby0xfk5x3cdr0x0gxj5888jjyjhafvaq0l79civ73jjfqmphvy";
|
||||
sha256 = "1h0sg0lxa15nzf8s7884p6q7p6md9idm0c79wyqmk32l4ndwwrnp";
|
||||
};
|
||||
|
||||
makeFlags = "prefix=$(out)";
|
||||
|
|
Loading…
Reference in a new issue