We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c71f8f6 commit 070ae18Copy full SHA for 070ae18
pkgs/servers/dns/knot-dns/default.nix
@@ -7,11 +7,11 @@ with { inherit (stdenv.lib) optional optionals; };
7
# Note: ATM only the libraries have been tested in nixpkgs.
8
stdenv.mkDerivation rec {
9
name = "knot-dns-${version}";
10
- version = "2.4.1";
+ version = "2.4.2";
11
12
src = fetchurl {
13
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
14
- sha256 = "c064ddf99bf5fc24dd3c6a3a523394760357e204c8b69f0e691e49bc0d9b704c";
+ sha256 = "37da7fcf1f194bd6376c63d8c4fa28a21899b56a3f3b63dba7095740a5752c52";
15
};
16
17
outputs = [ "bin" "out" "dev" ];
0 commit comments