Merge pull request #144599 from vcunat/p/knot-dns_bump-21.05

[21.05] knot-dns: 3.0.9 -> 3.0.10
This commit is contained in:
Janne Heß 2021-11-04 23:56:54 +01:00 committed by GitHub
commit 96ded94eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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