Skip to content

Commit

Permalink
prometheus: 2.53.1 → 2.54.1 (#339345)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Sep 4, 2024
2 parents d7ed379 + 59c6674 commit 98d5d99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/monitoring/prometheus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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" ];

Expand Down

0 comments on commit 98d5d99

Please sign in to comment.