1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

knot-resolver: 5.7.3 -> 5.7.4

https://gitlab.nic.cz/knot/knot-resolver/-/releases/v5.7.4
This commit is contained in:
Tom Herbers 2024-07-23 20:30:11 +02:00
parent 453402b94f
commit 17bab7c94e
No known key found for this signature in database
GPG key ID: 841A5B0DCEDA6192

View file

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