prometheus-knot-exporter: 3.5.3 -> 3.5.4

This commit is contained in:
Martin Weinelt
2026-04-21 01:56:06 +02:00
parent 051b9ea0fb
commit b8a46e4c86
@@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.5.3";
version = "3.5.4";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-sCmzYS6mjEUHomA25HRxJs2X+9Uv50ll4tqR2BAj0ro=";
hash = "sha256-3i1k3xCKdmDV/oNX8vhoJNzigx562OwdZ+oXbDjdbiI=";
};
build-system = [