knot-dns: 2.7.2 -> 2.7.3 (minor update)

https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.3
This commit is contained in:
Vladimír Čunát 2018-10-12 16:44:53 +02:00
parent 992b13bd72
commit 7969b9ed3c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.7.2";
version = "2.7.3";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "cb70b2ee1c7ecbaad8774a1e0c449a68c6a6f7c9d60595524f003201d6e38431";
sha256 = "8717c0f34e441e96bc32bc93b48333ea9c094c5075f91575e40ac30fcf6692df";
};
outputs = [ "bin" "out" "dev" ];