From 5ab83bd9d4408d626fc582e00e61b8bac7e19bf6 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 28 Apr 2025 20:17:31 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"prometheus:=203.1.0=20=E2=86=92=203.3?= =?UTF-8?q?.0"=20(#402592)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e578ccc24344878382af4f0e320ef8d7e3bdb3aa. Upstream issue: https://github.com/prometheus/prometheus/issues/16490 --- pkgs/by-name/pr/prometheus/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/pr/prometheus/package.nix b/pkgs/by-name/pr/prometheus/package.nix index ba292c344d7e..0908777635bb 100644 --- a/pkgs/by-name/pr/prometheus/package.nix +++ b/pkgs/by-name/pr/prometheus/package.nix @@ -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"