knot-dns: 3.0.3 -> 3.0.4

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.4
This commit is contained in:
Vladimír Čunát 2021-01-20 20:30:40 +01:00
parent 1f33f72b7f
commit 56ef9942f1
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7,11 +7,11 @@ let inherit (lib) optional optionals; in
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.0.3";
version = "3.0.4";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "fbc51897ef0ed0639ebad59b988a91382b9544288a2db8254f0b1de433140e38";
sha256 = "451d8913a769b7e4bcb3e250a3181b448e28a82cfc58cea6f2509475d7327983";
};
outputs = [ "bin" "out" "dev" ];