Commit d4334f6 1 parent 9183ed1 commit d4334f6 Copy full SHA for d4334f6
File tree 1 file changed +3
-3
lines changed
pkgs/servers/monitoring/prometheus
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
} :
32
32
33
33
let
34
- version = "2.47.1 " ;
34
+ version = "2.47.2 " ;
35
35
webUiStatic = fetchurl {
36
36
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 =" ;
38
38
} ;
39
39
in
40
40
buildGoModule rec {
@@ -47,7 +47,7 @@ buildGoModule rec {
47
47
owner = "prometheus" ;
48
48
repo = "prometheus" ;
49
49
rev = "v${ version } " ;
50
- hash = "sha256-AK2DLFDWrpnkvOUb9dFYjdAa6+Vm6ftZQpexy/FULrs =" ;
50
+ hash = "sha256-mV5sfv4+2a9R34wWcqMu/h/VqBSutmnSWnx0Q3K9L6M =" ;
51
51
} ;
52
52
53
53
vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=" ;
You can’t perform that action at this time.
0 commit comments