We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ec7fd commit 94878ccCopy full SHA for 94878cc
pkgs/tools/system/smartmontools/default.nix
@@ -13,11 +13,11 @@
13
}:
14
15
let
16
- dbrev = "5388";
+ dbrev = "5661";
17
drivedbBranch = "RELEASE_7_3_DRIVEDB";
18
driverdb = fetchurl {
19
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
20
- sha256 = "sha256-0dtLev4JjeHsS259+qOgg19rz4yjkeX4D3ooUgS4RTI=";
+ sha256 = "sha256-/U3ym9kTG7W+JZxjxORhSV/neJ/hvVEX1hi083UB1K4=";
21
name = "smartmontools-drivedb.h";
22
};
23
scriptPath = lib.makeBinPath (
0 commit comments