Skip to content

Commit 01a49f3

Browse files
committedFeb 16, 2018
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
1 parent 25ee251 commit 01a49f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/servers/dns/knot-resolver/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ inherit (stdenv.lib) optional optionals optionalString concatStringsSep;
1212

1313
unwrapped = stdenv.mkDerivation rec {
1414
name = "knot-resolver-${version}";
15-
version = "2.0.0";
15+
version = "2.1.0";
1616

1717
src = fetchurl {
1818
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
19-
sha256 = "b40d9dbef05031464dfff57712f476e7cddc0fda26b41daf660c5a33ea203ce0";
19+
sha256 = "0e90ac37965839705bc2154cb07587cb31dd5816e37a14f3552d65676638fc6a";
2020
};
2121

2222
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.