prometheus-knot-exporter: 3.3.9 -> 3.4.0

This commit is contained in:
Vladimír Čunát
2024-09-02 14:36:19 +02:00
parent 8650d279f1
commit 9b586a40a0
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.3.9";
version = "3.4.0";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-8OeMWEXnAaLYpZD/bKAm8vtf0mkGCavmJOV4ThWGDDo=";
hash = "sha256-YOVLHAJXIgje8Ek7iKGxq4l4PAcWgWnNllRxEJpUcU0=";
};
nativeBuildInputs = [