tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
knot-dns: maintenance 2.6.1 -> 2.6.3
Vladimír Čunát
8 years ago
4dba2f21
7def2a8b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
dns
knot-dns
default.nix
+2
-2
pkgs/servers/dns/knot-dns/default.nix
···
7
# Note: ATM only the libraries have been tested in nixpkgs.
8
stdenv.mkDerivation rec {
9
name = "knot-dns-${version}";
10
-
version = "2.6.1";
11
12
src = fetchurl {
13
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
14
-
sha256 = "3013d45b4c7484268f3cad078f66f730a5bc9606e6b1061488dd821c1dce41e3";
15
};
16
17
outputs = [ "bin" "out" "dev" ];
···
7
# Note: ATM only the libraries have been tested in nixpkgs.
8
stdenv.mkDerivation rec {
9
name = "knot-dns-${version}";
10
+
version = "2.6.3";
11
12
src = fetchurl {
13
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
14
+
sha256 = "2fb27a4006865fc12873cbadc5b4a870ec65d3293a284972c031522282987790";
15
};
16
17
outputs = [ "bin" "out" "dev" ];