aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-06-02 12:46:21 +0200
committerGitHub <noreply@github.com>2020-06-02 12:46:21 +0200
commit5eb6f54ec0dbf4ac22bf8ad71b1014476f2c658a (patch)
tree667310269344b72ca2932d97c717d2384806490d
parent23429b6991413a71552261864dab1b3fdce64e33 (diff)
parentece733fe59e9adfe47d8202853e69f532fe89072 (diff)
Merge pull request #89335 from Frostman/smartmontools-db-update
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";
};