Skip to content

Commit

Permalink
smartmontools: 6.5 -> 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Nov 10, 2017
1 parent 84fb41d commit 7ebacd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/smartmontools/default.nix
Expand Up @@ -2,7 +2,7 @@
, IOKit ? null , ApplicationServices ? null }:

let
version = "6.5";
version = "6.6";

dbrev = "4548";
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
Expand All @@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
sha256 = "1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49";
sha256 = "0m1hllbb78rr6cxkbalmz1gqkl0psgq8rrmv4gwcmz34n07kvx2i";
};

patches = [ ./smartmontools.patch ];
Expand Down

0 comments on commit 7ebacd1

Please sign in to comment.