about summary refs log tree commit diff
path: root/pkgs/tools/system/smartmontools
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-07 21:08:46 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-07 21:08:46 +0200
commit78da0ea8d6d7c311763f5b2675216c0ff4106f9a (patch)
treef4828eda31c1dea9a56249c6e874b6da17c80dd3 /pkgs/tools/system/smartmontools
parent5e426e753a2a4aaa75a071cbfe079da8133ba268 (diff)
downloadnixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar.gz
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar.bz2
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar.lz
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar.xz
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.tar.zst
nixlib-78da0ea8d6d7c311763f5b2675216c0ff4106f9a.zip
smartmontools: update from 6.2 to 6.3
Diffstat (limited to 'pkgs/tools/system/smartmontools')
-rw-r--r--pkgs/tools/system/smartmontools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/smartmontools/default.nix b/pkgs/tools/system/smartmontools/default.nix
index 0290d1961ce5..87f19640f7ff 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -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 = ''