Skip to content

Commit

Permalink
Merge #319244: knot-resolver: 5.7.2 -> 5.7.3
Browse files Browse the repository at this point in the history
...into release-23.11
  • Loading branch information
vcunat committed Jun 12, 2024
2 parents 96b3dae + 27b14b3 commit 4af9d54
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 @@ -17,11 +17,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";
sha256 = "sha256-X2oic5D81MLQqAKKZStVqdhj7HvgEpj+A43x0nP7mg8=";
hash = "sha256-78bkX/xe/ZiSHqXNP+zhZqGlzp6qEtQbRiaJZDU9vts=";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 4af9d54

Please sign in to comment.