knot-dns: 3.4.2 -> 3.4.3 (#362403)

This commit is contained in:
Martin Weinelt
2024-12-06 17:38:33 +01:00
committed by GitHub
3 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.4.2";
version = "3.4.3";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "d835285c1057d45effa1479cfe1f107a50e83d11c1c6d36f270deda88799883e";
sha256 = "sha256-+xU/B4BfRnnoNvFDp09c0gSuccOsvqerBe+OASxukFw=";
};
outputs = [ "bin" "out" "dev" ];
@@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Authoritative-only DNS server from .cz domain registry";
homepage = "https://knot-dns.cz";
changelog = "https://gitlab.nic.cz/knot/knot-dns/-/releases/v${version}";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.vcunat ];
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.4.2";
version = "3.4.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pydgUTdCHsa2Je8wfiTvK0WmXUez5JY1GNPLNAzRwtc=";
hash = "sha256-Sm3WHZdCpz0F/tpGQc7tvpjcxfPc2cMAyc0rVjm6i04=";
};
postPatch = ''
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.4.2";
version = "3.4.3";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-oZYBojtP4h/cl2YkKJ54JT8PTZpzvbZVbaFAEL1sAE8=";
hash = "sha256-wMUVxhYFZzMUGijyS6sPWxSofqO6qvTt9i2hI+gwlwU=";
};
nativeBuildInputs = [