smartmontools: 6.5 -> 6.6
This commit is contained in:
parent
84fb41dd26
commit
7ebacd1a43
@ -2,7 +2,7 @@
|
|||||||
, IOKit ? null , ApplicationServices ? null }:
|
, IOKit ? null , ApplicationServices ? null }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "6.5";
|
version = "6.6";
|
||||||
|
|
||||||
dbrev = "4548";
|
dbrev = "4548";
|
||||||
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
||||||
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
|
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
|
||||||
sha256 = "1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49";
|
sha256 = "0m1hllbb78rr6cxkbalmz1gqkl0psgq8rrmv4gwcmz34n07kvx2i";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./smartmontools.patch ];
|
patches = [ ./smartmontools.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user