knot-dns: 3.4.5 -> 3.4.6

This commit is contained in:
R. Ryantm
2025-04-11 01:01:28 +00:00
parent 4a0b66d1f5
commit 70f265fa7b
+2 -2
View File
@@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.5";
version = "3.4.6";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "sha256-NZr3Cvr6fMqhhDmnwes1Jw/57s6B0HVq5MpxaxQzy0s=";
sha256 = "sha256-0ZxaH/lLTyYCfWNd4Qjb/Ij1ZSvobMs7qaRO6b4OWDk=";
};
outputs = [