Skip to content

Commit

Permalink
knot-resolver: maintenance 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
In particular, trust anchor bootstrapping is fixed after IANA publishing
an additional key.
  • Loading branch information
vcunat committed Feb 11, 2017
1 parent 651bd53 commit 0b7fec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-resolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
name = "knot-resolver-${version}";
version = "1.2.1";
version = "1.2.2";

src = fetchurl {
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
sha256 = "1b6f55ea1dfec90f45c437f23e1ab440e478570498161d0f8a8f94a439305f8c";
sha256 = "89ab2ac8058b297c1f73f1c12e0f16d6e160aa86363e99ffa590bee7fe307931";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 0b7fec6

Please sign in to comment.