knot-dns: 3.4.4 -> 3.4.5

This commit is contained in:
R. Ryantm
2025-03-18 13:00:39 +00:00
parent 639aae7e30
commit 8c23be07ee
+2 -2
View File
@@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.4";
version = "3.4.5";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "sha256-59nW3pfyG/M+kHvZhqQDgCXzlIea8KX9GXhyA6w7ITE=";
sha256 = "sha256-NZr3Cvr6fMqhhDmnwes1Jw/57s6B0HVq5MpxaxQzy0s=";
};
outputs = [