smartmontools: update from 6.2 to 6.3

This commit is contained in:
Aristid Breitkreuz 2014-10-07 21:08:46 +02:00
parent 5e426e753a
commit 78da0ea8d6

View file

@ -9,11 +9,11 @@ let
};
in
stdenv.mkDerivation rec {
name = "smartmontools-6.2";
name = "smartmontools-6.3";
src = fetchurl {
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
sha256 = "0nq6jvfh8nqwfrvp6fb6qs2rdydi3i9xgpi7p7vb83xvg42ncvs8";
sha256 = "06gy71jh2d3gcfmlbbrsqw7215knkfq59q3j6qdxfrar39fhcxx7";
};
patchPhase = ''