knot-resolver: 5.7.2 -> 5.7.3

https://gitlab.nic.cz/knot/knot-resolver/-/releases/v5.7.3
This commit is contained in:
Vladimír Čunát 2024-05-30 14:38:15 +02:00
parent 66c951d127
commit 5024fba1b3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -18,11 +18,11 @@ lua = luajitPackages;
unwrapped = stdenv.mkDerivation rec {
pname = "knot-resolver";
version = "5.7.2";
version = "5.7.3";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
hash = "sha256-X2oic5D81MLQqAKKZStVqdhj7HvgEpj+A43x0nP7mg8=";
hash = "sha256-78bkX/xe/ZiSHqXNP+zhZqGlzp6qEtQbRiaJZDU9vts=";
};
outputs = [ "out" "dev" ];