prometheus-knot-exporter: 3.4.2 -> 3.4.3

This commit is contained in:
Martin Weinelt 2024-12-06 15:56:45 +01:00
parent f1c12935ad
commit deb0f4238b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.4.2";
version = "3.4.3";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-oZYBojtP4h/cl2YkKJ54JT8PTZpzvbZVbaFAEL1sAE8=";
hash = "sha256-wMUVxhYFZzMUGijyS6sPWxSofqO6qvTt9i2hI+gwlwU=";
};
nativeBuildInputs = [