about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-10-21 17:00:03 +0000
committerPeter Simons <simons@cryp.to>2011-10-21 17:00:03 +0000
commit68198ed18d895a19807e2c6d85f424c6d7fe5e95 (patch)
tree280d05da063c02658bc49f9b92feb501bcd17102 /pkgs/tools/system
parent9016346fbda7caf443cd91ae37d3e31dd30cddff (diff)
downloadnixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar.gz
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar.bz2
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar.lz
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar.xz
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.tar.zst
nixlib-68198ed18d895a19807e2c6d85f424c6d7fe5e95.zip
smartmontools: updated to version 5.42
svn path=/nixpkgs/trunk/; revision=29966
Diffstat (limited to 'pkgs/tools/system')
-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 140e0008ed83..154f6acc09bf 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -1,14 +1,14 @@
 {stdenv, fetchurl}:
 
 let
-  name = "smartmontools-5.41";
+  name = "smartmontools-5.42";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
-    sha256 = "173eb14e3253a30230f38c7e684085bcae7fa021efff58bdf94c2702ac76fa32";
+    sha256 = "b664d11e814e114ce3a32a4fa918c9e649c684e2897c007b2a8b92574decc374";
   };
 
   meta = {