knot-resolver: 2.0.0 -> 2.1.0
No exciting changes to most people, I suppose. https://lists.nic.cz/pipermail/knot-resolver-users/2018/000007.html
This commit is contained in:
parent
25ee2516c2
commit
01a49f38ef
@ -12,11 +12,11 @@ inherit (stdenv.lib) optional optionals optionalString concatStringsSep;
|
|||||||
|
|
||||||
unwrapped = stdenv.mkDerivation rec {
|
unwrapped = stdenv.mkDerivation rec {
|
||||||
name = "knot-resolver-${version}";
|
name = "knot-resolver-${version}";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
|
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
|
||||||
sha256 = "b40d9dbef05031464dfff57712f476e7cddc0fda26b41daf660c5a33ea203ce0";
|
sha256 = "0e90ac37965839705bc2154cb07587cb31dd5816e37a14f3552d65676638fc6a";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user