Skip to content

Commit 94878cc

Browse files
committed
smartmontools: update drivedb rev 5388 -> 5661
Update the drive database header to the latest version.
1 parent b1ec7fd commit 94878cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/system/smartmontools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}:
1414

1515
let
16-
dbrev = "5388";
16+
dbrev = "5661";
1717
drivedbBranch = "RELEASE_7_3_DRIVEDB";
1818
driverdb = fetchurl {
1919
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
20-
sha256 = "sha256-0dtLev4JjeHsS259+qOgg19rz4yjkeX4D3ooUgS4RTI=";
20+
sha256 = "sha256-/U3ym9kTG7W+JZxjxORhSV/neJ/hvVEX1hi083UB1K4=";
2121
name = "smartmontools-drivedb.h";
2222
};
2323
scriptPath = lib.makeBinPath (

0 commit comments

Comments
 (0)