summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-12 15:41:44 +0100
committerPeter Simons <simons@cryp.to>2013-01-12 15:41:44 +0100
commit1f07564f8b74e0511a9ee6f26e74dc7e152c9950 (patch)
treee20a19c324013787e204e7b323799adaf3c37a88 /pkgs/tools/system
parent8d003b28e4be49ae1fedfd49db41cb8e93963485 (diff)
downloadnixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar.gz
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar.bz2
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar.lz
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar.xz
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.tar.zst
nixlib-1f07564f8b74e0511a9ee6f26e74dc7e152c9950.zip
smartmontools: update drive database to the latest version
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 89f8d3f5e77f..7a37e1200b48 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -2,8 +2,8 @@
 
 let
   driverdb = fetchurl {
-    url = "http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/drivedb.h?revision=3685";
-    sha256 = "11zczy03asfpj4wwip5bf3fpingdc7biz1cs3cykg4vnlxiwjxkx";
+    url = "http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/drivedb.h?revision=3742";
+    sha256 = "04xsgxzc1mqn9szazyr6v3xcpw0pszi8vz7xcsb661rww5482rw0";
     name = "smartmontools-drivedb.h";
   };
 in