prometheus-knot-exporter: 3.3.7 -> 3.3.8

This commit is contained in:
Martin Weinelt
2024-07-23 12:36:31 +02:00
parent 976ead65c8
commit bfdda83429
@@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.3.7";
version = "3.3.8";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-5vAoUXXU4hxyRyIytWom40yp0pusshBmCbs0w6+tvF4=";
hash = "sha256-c6J2c9UpuLOW9rUif+k76PUb7Mh2WIH5Nn3alKaVNyw=";
};
nativeBuildInputs = [