tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
knot-dns: maintenance 2.4.0 -> 2.4.1
Vladimír Čunát
9 years ago
45b1d0cb
0b7fec62
+2
-9
1 changed file
expand all
collapse all
unified
split
pkgs
servers
dns
knot-dns
default.nix
+2
-9
pkgs/servers/dns/knot-dns/default.nix
···
5
# Note: ATM only the libraries have been tested in nixpkgs.
6
stdenv.mkDerivation rec {
7
name = "knot-dns-${version}";
8
-
version = "2.4.0";
9
10
src = fetchurl {
11
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
12
-
sha256 = "0y9nhp9lfmxv4iy1xg7l4lfxv4168qhag26wwg0dbi0zjpkd790b";
13
};
14
-
15
-
patches = stdenv.lib.optional stdenv.isDarwin
16
-
(fetchpatch {
17
-
name = "before-sierra.diff";
18
-
url = "https://gitlab.labs.nic.cz/labs/knot/merge_requests/664.diff";
19
-
sha256 = "0g4gm2m3pi0lfpkp53xayf6jq6yn3ifidh40maiy1a46dfadvw6w";
20
-
});
21
22
outputs = [ "bin" "out" "dev" ];
23
···
5
# Note: ATM only the libraries have been tested in nixpkgs.
6
stdenv.mkDerivation rec {
7
name = "knot-dns-${version}";
8
+
version = "2.4.1";
9
10
src = fetchurl {
11
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
12
+
sha256 = "c064ddf99bf5fc24dd3c6a3a523394760357e204c8b69f0e691e49bc0d9b704c";
13
};
0
0
0
0
0
0
0
14
15
outputs = [ "bin" "out" "dev" ];
16