knot-dns: 2.7.4 -> 2.7.5

https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.5
This commit is contained in:
Vladimír Čunát 2019-01-07 13:45:52 +01:00
parent 6ac10cd764
commit 220aa6713b
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.4";
version = "2.7.5";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "0x7xx6jh4x8ljnvj30zh3n1zw5jkhla62dv9i75v0rwgrpxy5sxc";
sha256 = "7d70d6d8f708285517d1d7c4ff2e5ddfd119cd2962c7a8d3f50a4c695209a086";
};
outputs = [ "bin" "out" "dev" ];