knot-dns: 3.0.1 -> 3.0.2

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.2
This commit is contained in:
Vladimír Čunát 2020-11-11 14:52:21 +01:00
parent be4d08b5b4
commit 193e8bc722
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
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.0.1";
version = "3.0.2";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "97af6724b04308f691392c80d75564ff8b246871f2f59c4f03cede3c4dd401bb";
sha256 = "f813a5e53263ef51d0415508e1f7d33cfbb75a139ccb10a344ae5a91689933fb";
};
outputs = [ "bin" "out" "dev" ];