Skip to content

Commit

Permalink
Merge #315880: knot-resolver: 5.7.2 -> 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 31, 2024
2 parents cb03eb8 + 5024fba commit 2dc0bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-resolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 2dc0bf5

Please sign in to comment.