Skip to content

Commit

Permalink
Merge #319116: knot-resolver: 5.7.1 -> 5.7.2
Browse files Browse the repository at this point in the history
...into release-23.11
  • Loading branch information
vcunat committed Jun 11, 2024
2 parents a17d432 + 487a1f4 commit 96b3dae
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.1";
version = "5.7.2";

src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
sha256 = "da14b415c61d53747a991f12d6209367ef826a13dc6bf4eeaf5d88760294c3a2";
sha256 = "sha256-X2oic5D81MLQqAKKZStVqdhj7HvgEpj+A43x0nP7mg8=";
};

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

0 comments on commit 96b3dae

Please sign in to comment.