Skip to content

Commit 2966238

Browse files
authored
prometheus: 3.1.0 → 3.3.0 (#400517)
2 parents 7582a31 + e578ccc commit 2966238

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/pr/prometheus/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
}:
3333

3434
let
35-
version = "3.1.0";
35+
version = "3.3.0";
3636
webUiStatic = fetchurl {
3737
url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz";
38-
hash = "sha256-05DaaDIFtADnkLFqdHe5eUvo6LRz6BduMvGVmzOeurM=";
38+
hash = "sha256-hF8eLIaef4Z5ZGyjqX1Wyd/DD4Bk571ODQ11b+nHTTA=";
3939
};
4040
in
4141
buildGoModule rec {
@@ -52,10 +52,10 @@ buildGoModule rec {
5252
owner = "prometheus";
5353
repo = "prometheus";
5454
tag = "v${version}";
55-
hash = "sha256-Q3f0L6cRVQRL1AHgUI3VNbMG9eTfcApbXfSjOTHr7Go=";
55+
hash = "sha256-WZR6c7uN8I+egoqABaWay0MfA3tv3O74jlrkC/1zt10=";
5656
};
5757

58-
vendorHash = "sha256-vQwBnSxoyIYTeWLk3GD9pKDuUjjsMfwPptgyVnzcTok=";
58+
vendorHash = "sha256-xBopACaDrtGveVoza/WIge9m5bBAxnZC+qtsuAF20J4=";
5959

6060
excludedPackages = [
6161
"documentation/prometheus-mixin"

0 commit comments

Comments
 (0)