dmidecode: 3.1 -> 3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dmidecode/versions
This commit is contained in:
R. RyanTM 2018-09-20 17:28:49 -07:00
parent 35378f0141
commit dc47fdabc6

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "dmidecode-3.1";
name = "dmidecode-3.2";
src = fetchurl {
url = "mirror://savannah/dmidecode/${name}.tar.xz";
sha256 = "1h0sg0lxa15nzf8s7884p6q7p6md9idm0c79wyqmk32l4ndwwrnp";
sha256 = "1pcfhcgs2ifdjwp7amnsr3lq95pgxpr150bjhdinvl505px0cw07";
};
makeFlags = "prefix=$(out)";