aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-06-01 16:47:48 -0700
committerSergey Lukjanov <me@slukjanov.name>2020-06-01 16:47:48 -0700
commitece733fe59e9adfe47d8202853e69f532fe89072 (patch)
tree71f32dcab8dea81329a8f7f00818146f4a161cb3
parent78ca0c506bc09ae59cde99a88fd2506695f0c033 (diff)
smartmontools-db: 4883 -> 5033
-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 034564949c9..f4941df8ebd 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -4,11 +4,11 @@
let
version = "7.1";
- dbrev = "5033";
+ dbrev = "5062";
drivedbBranch = "RELEASE_7_0_DRIVEDB";
driverdb = fetchurl {
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
- sha256 = "029j118lwiazn56vg6d3i7ayv73wrpv1fypw3ff4nd4hgs2mlcrg";
+ sha256 = "0gggl55h9gq0z846ndhyd7xrpxh8lqfbidblx0598q2wlh9rvlww";
name = "smartmontools-drivedb.h";
};