Merge #50721: knot-dns: 2.7.3 -> 2.7.4

NEWS: https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.4
This commit is contained in:
Vladimír Čunát 2018-11-21 10:32:23 +01:00
commit 0025ae4ff8
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.3";
version = "2.7.4";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "8717c0f34e441e96bc32bc93b48333ea9c094c5075f91575e40ac30fcf6692df";
sha256 = "0x7xx6jh4x8ljnvj30zh3n1zw5jkhla62dv9i75v0rwgrpxy5sxc";
};
outputs = [ "bin" "out" "dev" ];