Skip to content

Commit

Permalink
knot-resolver: maintenance 1.2.4 -> 1.2.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 12839e4)
  • Loading branch information
vcunat committed Apr 5, 2017
1 parent 1bc3c64 commit 80c9e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dns/knot-resolver/default.nix
Expand Up @@ -9,11 +9,11 @@ let
in
stdenv.mkDerivation rec {
name = "knot-resolver-${version}";
version = "1.2.4";
version = "1.2.5";

src = fetchurl {
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
sha256 = "630b2ad0bfdcf59164957a377adef8b1fddc37a58a7e1d10e76a1b497a30f036";
sha256 = "9a50e32b90219a3e0b863d13f7a54f6064410371feff5f226439a0f9bff5edd1";
};

outputs = [ "out" "dev" ];
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig utillinux.bin/*hexdump*/ which ];
buildInputs = [ knot-dns luajit libuv gnutls ]
# TODO: lmdb needs lmdb.pc; embedded for now
## optional dependencies
## optional dependencies; TODO: libedit, dnstap?
++ optional doInstallCheck cmocka
++ [
nettle # DNS cookies
Expand Down

0 comments on commit 80c9e91

Please sign in to comment.