[Backport release-24.11] knot-dns: 3.4.6 -> 3.4.7 (#414142)

This commit is contained in:
Nick Cao 2025-06-06 17:25:38 -04:00 committed by GitHub
commit caaac3b942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.6";
version = "3.4.7";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "sha256-0ZxaH/lLTyYCfWNd4Qjb/Ij1ZSvobMs7qaRO6b4OWDk=";
sha256 = "sha256-3TRspvOvq83F6boJ3WZ7AQWQu2akL0VBAh+51vBz2sw=";
};
outputs = [