Skip to content

Commit

Permalink
smartmontools: drive DB 4394 -> 4548
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Oct 17, 2017
1 parent ce4fcfb commit be73e42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/system/smartmontools/default.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit be73e42

Please sign in to comment.