prometheus-knot-exporter: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm 2024-12-01 09:33:40 +00:00
parent 2c27ab2e60
commit 057669acd1

View File

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