Merge pull request #283352 from r-ryantm/auto-update/prometheus-knot-exporter

prometheus-knot-exporter: 3.3.2 -> 3.3.3
This commit is contained in:
Martin Weinelt 2024-01-24 02:42:44 +01:00 committed by GitHub
commit d533e493ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "knot-exporter"; pname = "knot-exporter";
version = "3.3.2"; version = "3.3.3";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "knot_exporter"; pname = "knot_exporter";
inherit version; inherit version;
hash = "sha256-/TBzq9MhYb664TsSD46Ep7gOkLBmmPSK9d89xlgvbSw="; hash = "sha256-A7WRwWwcfgrkR5ixEaDCcCdJ1J8/zeG5aFCBnFbD3Qo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [