smartmontools: drive DB 4394 -> 4548

This commit is contained in:
Peter Hoeg 2017-10-17 10:51:26 +08:00
parent ce4fcfb1c5
commit be73e42f14

View file

@ -4,12 +4,12 @@
let
version = "6.5";
dbrev = "4394";
dbrev = "4548";
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
driverdb = fetchurl {
url = "http://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
sha256 = "1kdpgbl1az0xhqn7j613cx366n7amra8xz3391jpzzrd3vlga393";
name = "smartmontools-drivedb.h";
url = "http://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f";
name = "smartmontools-drivedb.h";
};
in stdenv.mkDerivation rec {