prometheus-knot-exporter: 3.3.5 -> 3.3.6

This commit is contained in:
R. Ryantm 2024-06-14 12:22:08 +00:00
parent f172255668
commit 9de38ffd8e

View File

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