diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-06-28 05:56:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-07-05 10:59:46 +0000 |
| commit | 7dc21022e2a18614563ecbc52fa35dc189327a4e (patch) | |
| tree | c63fec505a4bf7f9591c391875ca76334bce6a28 | |
| parent | Merge pull request #324336 from OPNA2608/backport/24.05/update/rcu (diff) | |
| download | nixpkgs-origin/backport-323097-to-release-24.05.tar.gz | |
prometheus-knot-exporter: 3.3.6 -> 3.3.7origin/backport-323097-to-release-24.05
(cherry picked from commit 94c6b82035bc082c8971ae36b9d3ca0a9386cc44)
| -rw-r--r-- | pkgs/servers/monitoring/prometheus/knot-exporter.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/knot-exporter.nix b/pkgs/servers/monitoring/prometheus/knot-exporter.nix index 2255e660380f..047727dbebb3 100644 --- a/pkgs/servers/monitoring/prometheus/knot-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/knot-exporter.nix @@ -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 = [ |
