knot-dns: 3.4.7 -> 3.4.8

This commit is contained in:
R. Ryantm
2025-07-29 13:48:09 +00:00
parent 8396333ef1
commit e186d064fe

View File

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