knot-dns: 3.5.2 -> 3.5.3 (#480682)

This commit is contained in:
Vladimír Čunát
2026-01-17 14:22:35 +00:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -27,17 +27,18 @@
autoreconfHook,
nixosTests,
knot-resolver_5,
knot-resolver-manager_6,
knot-dns,
runCommandLocal,
}:
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.5.2";
version = "3.5.3";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "6f577c247ef870a55fe3377246bc1c2d643c673cd32de6c26231ff51d3fc7093";
sha256 = "e003ad1eef229c4e65a6cac876ee773e25a06177ecdc83795a26617a6eebe471";
};
outputs = [
@@ -116,6 +117,7 @@ stdenv.mkDerivation rec {
inherit knot-resolver_5;
}
// lib.optionalAttrs stdenv.hostPlatform.isLinux {
inherit knot-resolver-manager_6; # not very reliable on non-Linux yet
inherit (nixosTests) knot kea;
prometheus-exporter = nixosTests.prometheus-exporters.knot;
# Some dependencies are very version-sensitive, so the might get dropped
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "libknot";
version = "3.5.1";
version = "3.5.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-O4kMd07Tmiy+q/klMCoeSp23EkZNoKKeuUHMhzn+118=";
hash = "sha256-jnJ7xWO29V04Xln8xSZ+ky5ravQ2rEpSRx8Xh6PWbyw=";
};
postPatch = ''
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.5.1";
version = "3.5.3";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-BsNjzqGSH5Pn+deL2rM0XMVvpGdRfzuo4vzbG4I5Mtw=";
hash = "sha256-sCmzYS6mjEUHomA25HRxJs2X+9Uv50ll4tqR2BAj0ro=";
};
build-system = [