knot-resolver: 2.0.0 -> 2.1.0

No exciting changes to most people, I suppose.
https://lists.nic.cz/pipermail/knot-resolver-users/2018/000007.html
This commit is contained in:
Vladimír Čunát 2018-02-16 18:13:36 +01:00
parent 25ee2516c2
commit 01a49f38ef
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -12,11 +12,11 @@ inherit (stdenv.lib) optional optionals optionalString concatStringsSep;
unwrapped = stdenv.mkDerivation rec {
name = "knot-resolver-${version}";
version = "2.0.0";
version = "2.1.0";
src = fetchurl {
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
sha256 = "b40d9dbef05031464dfff57712f476e7cddc0fda26b41daf660c5a33ea203ce0";
sha256 = "0e90ac37965839705bc2154cb07587cb31dd5816e37a14f3552d65676638fc6a";
};
outputs = [ "out" "dev" ];