From dc0f1b37085e9a216077b0b6e086e69c47fd1ce3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Jan 2025 17:55:24 +0100 Subject: [PATCH 1/2] python313Packages.libknot: 3.4.3 -> 3.4.4 --- pkgs/development/python-modules/libknot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/libknot/default.nix b/pkgs/development/python-modules/libknot/default.nix index 28c9d3cfda69..a88ba86c570f 100644 --- a/pkgs/development/python-modules/libknot/default.nix +++ b/pkgs/development/python-modules/libknot/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "libknot"; - version = "3.4.3"; + version = "3.4.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-Sm3WHZdCpz0F/tpGQc7tvpjcxfPc2cMAyc0rVjm6i04="; + hash = "sha256-pvWkjoLmwhVBzDf1Axc6iuOLrDfIfrY0yr1uvJGy0s4="; }; postPatch = '' From 9551a1cc289637abc7ff4c3cf41e9e344f883911 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Jan 2025 17:56:05 +0100 Subject: [PATCH 2/2] prometheus-knot-exporter: 3.4.3 -> 3.4.4 --- pkgs/servers/monitoring/prometheus/knot-exporter.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/prometheus/knot-exporter.nix b/pkgs/servers/monitoring/prometheus/knot-exporter.nix index e48763d69989..2aa8f43c6f3b 100644 --- a/pkgs/servers/monitoring/prometheus/knot-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/knot-exporter.nix @@ -7,13 +7,13 @@ python3.pkgs.buildPythonApplication rec { pname = "knot-exporter"; - version = "3.4.3"; + version = "3.4.4"; pyproject = true; src = fetchPypi { pname = "knot_exporter"; inherit version; - hash = "sha256-wMUVxhYFZzMUGijyS6sPWxSofqO6qvTt9i2hI+gwlwU="; + hash = "sha256-AUTxaxEOjQL5DplaMvXiFcVUV4aioJ2kUY1douQheGg="; }; nativeBuildInputs = [