Skip to content

Commit 070ae18

Browse files
committedMar 23, 2017
knot-dns: maintenance 2.4.1 -> 2.4.2
1 parent c71f8f6 commit 070ae18

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.1";
10+
version = "2.4.2";
1111

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

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

0 commit comments

Comments
 (0)