Skip to content

Commit 7c1a165

Browse files
committedJun 23, 2017
knot-dns: security 2.4.2 -> 2.4.5
https://lists.nic.cz/pipermail/knot-dns-users/2017-June/001144.html (master is using 2.5.x already)
1 parent bff2ea5 commit 7c1a165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/dns/knot-dns/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ with { inherit (stdenv.lib) optional optionals; };
77
# Note: ATM only the libraries have been tested in nixpkgs.
88
stdenv.mkDerivation rec {
99
name = "knot-dns-${version}";
10-
version = "2.4.2";
10+
version = "2.4.5";
1111

1212
src = fetchurl {
1313
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
14-
sha256 = "37da7fcf1f194bd6376c63d8c4fa28a21899b56a3f3b63dba7095740a5752c52";
14+
sha256 = "87ce8ccc83511c5a1f4eadd3f0122f2f5ae86fb68e9b72f0700c6f5340ba95cb";
1515
};
1616

1717
outputs = [ "bin" "out" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.