prometheus-alertmanager: 0.33.0 -> 0.33.1 (#541029)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-13 17:23:47 +00:00
committed by GitHub
@@ -20,13 +20,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "alertmanager";
version = "0.33.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "prometheus";
repo = "alertmanager";
tag = "v${finalAttrs.version}";
hash = "sha256-VXhu50KERPb4FDdcNDMftBqZVk2ipIphhejAE1wMSOk=";
hash = "sha256-LGjBuZ7kbtABunEk2YyCKILsPS/0FlS/6Mf/2qVpseI=";
};
postPatch = ''