knot-dns: 3.0.9 -> 3.0.10

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.10
This commit is contained in:
Vladimír Čunát 2021-11-04 12:22:46 +01:00
parent 2fd5c69fa6
commit e7f2911fed
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

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