knot-dns: 2.9.3 -> 2.9.4

https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.4
This commit is contained in:
Vladimír Čunát 2020-05-05 09:20:32 +02:00
parent e23f530858
commit 2147dd0648
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -8,11 +8,11 @@ let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "2.9.3";
version = "2.9.4";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "f2adf137d70955a4a20df90c5409e10be8e1127204a98b27d626ac090531a07e";
sha256 = "57f3c93a1b40dfa0431508203f559b7ea257afab79078c38bcddf960d5a4a501";
};
outputs = [ "bin" "out" "dev" ];