prometheus-knot-exporter: 3.3.6 -> 3.3.7

This commit is contained in:
R. Ryantm 2024-06-28 05:56:02 +00:00
parent f60c6b6c78
commit 94c6b82035

View File

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter";
version = "3.3.6";
version = "3.3.7";
pyproject = true;
src = fetchPypi {
pname = "knot_exporter";
inherit version;
hash = "sha256-4Fdbu08RbivZF+Hnk+tI1DW9PyzQTI0TngAbZ60CcO8=";
hash = "sha256-5vAoUXXU4hxyRyIytWom40yp0pusshBmCbs0w6+tvF4=";
};
nativeBuildInputs = [