prometheus-alertmanager: 0.26.0 -> 0.27.0 (#292230)

This commit is contained in:
R. RyanTM 2024-02-28 20:13:42 -08:00 committed by GitHub
parent c29ae2c846
commit 57789e5691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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