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 bff2ea5 commit 7c1a165Copy full SHA for 7c1a165
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.2";
+ version = "2.4.5";
11
12
src = fetchurl {
13
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
14
- sha256 = "37da7fcf1f194bd6376c63d8c4fa28a21899b56a3f3b63dba7095740a5752c52";
+ sha256 = "87ce8ccc83511c5a1f4eadd3f0122f2f5ae86fb68e9b72f0700c6f5340ba95cb";
15
};
16
17
outputs = [ "bin" "out" "dev" ];
0 commit comments