Merge pull request #255406 from r-ryantm/auto-update/prometheus-alertmanager

prometheus-alertmanager: 0.25.0 -> 0.26.0
This commit is contained in:
Thomas Gerbet 2023-09-16 12:41:58 +02:00 committed by GitHub
commit 78fc841547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,17 +7,17 @@
buildGoModule rec {
pname = "alertmanager";
version = "0.25.0";
version = "0.26.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "alertmanager";
hash = "sha256-h87m3flE2GRAXMBgaAC+sOsPWEs7l9loQt6jGaSdXfQ=";
hash = "sha256-DCVxXSgoa4PrW4qBBWa1SOPN1GwcJFERz7+itsCdtGI=";
};
vendorHash = "sha256-BX4mT0waYtKvNyOW3xw5FmXI8TLmv857YBFTnV7XXD8=";
vendorHash = "sha256-GCcoT7Db0bQf+IGUP54GdxRmHCp1k2261B3T2htmbjk=";
subPackages = [ "cmd/alertmanager" "cmd/amtool" ];