prometheus: 2.47.1 -> 2.47.2

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/default.nix
··· 31 }: 32 33 let 34 - version = "2.47.1"; 35 webUiStatic = fetchurl { 36 url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; 37 - hash = "sha256-NgVwxKhag/acE5sdP3910CuGWVWfmTSnXSSztEjLobs="; 38 }; 39 in 40 buildGoModule rec { ··· 47 owner = "prometheus"; 48 repo = "prometheus"; 49 rev = "v${version}"; 50 - hash = "sha256-AK2DLFDWrpnkvOUb9dFYjdAa6+Vm6ftZQpexy/FULrs="; 51 }; 52 53 vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=";
··· 31 }: 32 33 let 34 + version = "2.47.2"; 35 webUiStatic = fetchurl { 36 url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz"; 37 + hash = "sha256-QLJXY6WzmKcOoLmBTVvCRhTRCAt3IXiHmd9KeLrfz+I="; 38 }; 39 in 40 buildGoModule rec { ··· 47 owner = "prometheus"; 48 repo = "prometheus"; 49 rev = "v${version}"; 50 + hash = "sha256-mV5sfv4+2a9R34wWcqMu/h/VqBSutmnSWnx0Q3K9L6M="; 51 }; 52 53 vendorHash = "sha256-qFp+tMHhXmJGY9MSukVRjBVzaIBgfxB0BorWiuInMwk=";