about summary refs log tree commit diff
path: root/pkgs/tools/system/smartmontools/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-10 19:26:02 +0200
committerPeter Simons <simons@cryp.to>2012-10-10 19:26:02 +0200
commit6ef73f57c308cb11a98f2d56bee46e491a4e87a4 (patch)
tree34ea131cf3a0ac681409151eab0b34961dad444a /pkgs/tools/system/smartmontools/default.nix
parent64556b022b61ce4666722aede6f640aa56970bb9 (diff)
downloadnixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar.gz
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar.bz2
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar.lz
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar.xz
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.tar.zst
nixlib-6ef73f57c308cb11a98f2d56bee46e491a4e87a4.zip
smartmontools: update to version 6.0
Diffstat (limited to 'pkgs/tools/system/smartmontools/default.nix')
-rw-r--r--pkgs/tools/system/smartmontools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/smartmontools/default.nix b/pkgs/tools/system/smartmontools/default.nix
index b79e92b52370..2f93f18ade59 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -7,14 +7,14 @@ let
   };
 in
 stdenv.mkDerivation rec {
-  name = "smartmontools-5.43";
+  name = "smartmontools-6.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
-    sha256 = "d845187d1500b87ef8d2c43772bd0218a59114fe58474a903c56777c9175351e";
+    sha256 = "9fe4ff2b7bcd00fde19db82bba168f5462ed6e857d3ef439495e304e3231d3a6";
   };
 
-  patchPhase = "cp ${driverdb} drivedb.h";
+  # patchPhase = "cp ${driverdb} drivedb.h";
 
   meta = {
     description = "Tools for monitoring the health of hard drivers";