Skip to content

Commit

Permalink
Merge pull request #316124 from NixOS/backport-315880-to-release-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jun 5, 2024
2 parents da0e575 + 0190ac4 commit 27a48a8
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 27a48a8

Please sign in to comment.