knot-resolver: maintenance 1.2.1 -> 1.2.2

In particular, trust anchor bootstrapping is fixed after IANA publishing
an additional key.
This commit is contained in:
Vladimír Čunát 2017-02-11 17:46:00 +01:00
parent 651bd53d32
commit 0b7fec6272
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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" ];