* smartmontools updated to 5.38.

svn path=/nixpkgs/trunk/; revision=16635
This commit is contained in:
Eelco Dolstra 2009-08-10 06:44:08 +00:00
parent 41eba0d962
commit 64b833face

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "smartmontools-5.36";
stdenv.mkDerivation rec {
name = "smartmontools-5.38";
src = fetchurl {
url = mirror://sourceforge/smartmontools/smartmontools-5.36.tar.gz;
sha256 = "1x2bcbyrl5c4djcvnsnasdry498w6slx1gixgynpmlgq4bgjl0zj";
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
sha256 = "1s1i5y5n3jx681y03jj459yy4ijaq564z8bp2cgqb97wl4h762dj";
};
meta = {