Skip to content

Commit d4334f6

Browse files
committed
prometheus: 2.47.1 -> 2.47.2
1 parent 9183ed1 commit d4334f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/monitoring/prometheus/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
}:
3232

3333
let
34-
version = "2.47.1";
34+
version = "2.47.2";
3535
webUiStatic = fetchurl {
3636
url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz";
37-
hash = "sha256-NgVwxKhag/acE5sdP3910CuGWVWfmTSnXSSztEjLobs=";
37+
hash = "sha256-QLJXY6WzmKcOoLmBTVvCRhTRCAt3IXiHmd9KeLrfz+I=";
3838
};
3939
in
4040
buildGoModule rec {
@@ -47,7 +47,7 @@ buildGoModule rec {
4747
owner = "prometheus";
4848
repo = "prometheus";
4949
rev = "v${version}";
50-
hash = "sha256-AK2DLFDWrpnkvOUb9dFYjdAa6+Vm6ftZQpexy/FULrs=";
50+
hash = "sha256-mV5sfv4+2a9R34wWcqMu/h/VqBSutmnSWnx0Q3K9L6M=";
5151
};
5252

5353
vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=";

0 commit comments

Comments
 (0)