smartmontools: updated to version 5.41

svn path=/nixpkgs/trunk/; revision=27671
This commit is contained in:
Peter Simons 2011-07-08 10:51:18 +00:00
parent f58421b59f
commit 8e79697a84

View File

@ -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 = {