smartmontools: updated to version 5.41
svn path=/nixpkgs/trunk/; revision=27671
This commit is contained in:
parent
f58421b59f
commit
8e79697a84
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,14 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "smartmontools-5.38";
|
||||
|
||||
let
|
||||
name = "smartmontools-5.41";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
|
||||
sha256 = "1s1i5y5n3jx681y03jj459yy4ijaq564z8bp2cgqb97wl4h762dj";
|
||||
sha256 = "173eb14e3253a30230f38c7e684085bcae7fa021efff58bdf94c2702ac76fa32";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue