ntfy-alertmanager: 0.3.0 -> 0.4.0 (#360677)

This commit is contained in:
Franz Pletz 2024-12-02 00:14:10 +01:00 committed by GitHub
commit 69614d6364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,22 +6,24 @@
buildGoModule rec {
pname = "ntfy-alertmanager";
version = "0.3.0";
version = "0.4.0";
src = fetchurl {
url = "https://git.xenrox.net/~xenrox/ntfy-alertmanager/refs/download/v${version}/ntfy-alertmanager-${version}.tar.gz";
hash = "sha256-8VDHeK77dcbATSFfqknlhMSP93OlDNmkzRJxLN4rCVE=";
hash = "sha256-5rQzJZ0BaLtfj2MfyZZJ3PEiWnaTjWOMlsJYeYENW7U=";
};
vendorHash = "sha256-WKImEc7FvZm/6noC2+Lz4g+ASFEuRBE8nzTEDbXaWic=";
vendorHash = "sha256-8a6dvBERegpFYFHQGJppz5tlQioQAudCe3/Q7vro+ZI=";
meta = with lib; {
description = "A bridge between ntfy and Alertmanager.";
description = "A bridge between ntfy and Alertmanager";
homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
license = licenses.agpl3Only;
mainProgram = "ntfy-alertmanager";
maintainers = with maintainers; [
bleetube
fpletz
];
platforms = platforms.linux;
};
}