diff options
| author | Jonathan Davies <jpds@protonmail.com> | 2024-09-03 21:37:00 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-04 21:58:11 +0000 |
| commit | 6c0f65c7f6ec069f675122da644d89d726e537ec (patch) | |
| tree | 1c3a891806aeec4133058ab613d9581ab34b97d6 | |
| parent | [Backport release-24.05] qrcp: 0.11.2 → 0.11.3 (#339562) (diff) | |
| download | nixpkgs-6c0f65c7f6ec069f675122da644d89d726e537ec.tar.gz | |
prometheus: 2.53.1 → 2.54.1
(cherry picked from commit 59c66745bdaf9e1ee555580a5001fe82f64a9c3f)
| -rw-r--r-- | pkgs/servers/monitoring/prometheus/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/monitoring/prometheus/default.nix b/pkgs/servers/monitoring/prometheus/default.nix index 420d2c39000e..5e33eefa9544 100644 --- a/pkgs/servers/monitoring/prometheus/default.nix +++ b/pkgs/servers/monitoring/prometheus/default.nix @@ -31,10 +31,10 @@ }: let - version = "2.53.1"; + version = "2.54.1"; webUiStatic = fetchurl { url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; - hash = "sha256-V13YfSEm0PMYvX13W3lahNSdDJ2oLnDr1VderLEEwyM="; + hash = "sha256-asum4ND7dHIIP6f1ofIb/xboCPZEIhes7lXqRUhUDJk="; }; in buildGoModule rec { @@ -47,10 +47,10 @@ buildGoModule rec { owner = "prometheus"; repo = "prometheus"; rev = "v${version}"; - hash = "sha256-7A3UJNA045l5oWLcTeEw+X/YNjeeNOvqdh/CudplLSM="; + hash = "sha256-SF9A/xyjQwwIcMZtuLeJiwkBZvvEyU5EKu0WXTQAT/A="; }; - vendorHash = "sha256-0TR0jFEY+ls8C9EJEhSl2vX5VVZqZ8jGWDUalOddUPM="; + vendorHash = "sha256-y91c5qPND3wbFlX5rV6bcSlXAKn1eomylI6EdZQvkh0="; excludedPackages = [ "documentation/prometheus-mixin" ]; |
