Skip to content

Commit

Permalink
Merge pull request NixOS#261667 from jpds/prometheus-2.47.2
Browse files Browse the repository at this point in the history
prometheus: 2.47.1 -> 2.47.2
  • Loading branch information
fpletz authored Oct 18, 2023
2 parents a8840a9 + d4334f6 commit 55b7c77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.47.1";
version = "2.47.2";
webUiStatic = fetchurl {
url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz";
hash = "sha256-NgVwxKhag/acE5sdP3910CuGWVWfmTSnXSSztEjLobs=";
hash = "sha256-QLJXY6WzmKcOoLmBTVvCRhTRCAt3IXiHmd9KeLrfz+I=";
};
in
buildGoModule rec {
Expand All @@ -47,7 +47,7 @@ buildGoModule rec {
owner = "prometheus";
repo = "prometheus";
rev = "v${version}";
hash = "sha256-AK2DLFDWrpnkvOUb9dFYjdAa6+Vm6ftZQpexy/FULrs=";
hash = "sha256-mV5sfv4+2a9R34wWcqMu/h/VqBSutmnSWnx0Q3K9L6M=";
};

vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=";
Expand Down

0 comments on commit 55b7c77

Please sign in to comment.