Revert "prometheus: 3.1.0 → 3.3.0" (#402592)

This reverts commit e578ccc243.

Upstream issue: https://github.com/prometheus/prometheus/issues/16490
This commit is contained in:
Franz Pletz
2025-04-28 20:17:31 +02:00
committed by GitHub
parent a708cda5bc
commit 5ab83bd9d4
+4 -4
View File
@@ -32,10 +32,10 @@
}:
let
version = "3.3.0";
version = "3.1.0";
webUiStatic = fetchurl {
url = "https://github.com/prometheus/prometheus/releases/download/v${version}/prometheus-web-ui-${version}.tar.gz";
hash = "sha256-hF8eLIaef4Z5ZGyjqX1Wyd/DD4Bk571ODQ11b+nHTTA=";
hash = "sha256-05DaaDIFtADnkLFqdHe5eUvo6LRz6BduMvGVmzOeurM=";
};
in
buildGoModule rec {
@@ -52,10 +52,10 @@ buildGoModule rec {
owner = "prometheus";
repo = "prometheus";
tag = "v${version}";
hash = "sha256-WZR6c7uN8I+egoqABaWay0MfA3tv3O74jlrkC/1zt10=";
hash = "sha256-Q3f0L6cRVQRL1AHgUI3VNbMG9eTfcApbXfSjOTHr7Go=";
};
vendorHash = "sha256-xBopACaDrtGveVoza/WIge9m5bBAxnZC+qtsuAF20J4=";
vendorHash = "sha256-vQwBnSxoyIYTeWLk3GD9pKDuUjjsMfwPptgyVnzcTok=";
excludedPackages = [
"documentation/prometheus-mixin"