ntfy-alertmanager: 0.3.0 -> 0.4.0

This commit is contained in:
Brian Lee 2024-11-30 21:47:36 -08:00
parent 193bef538e
commit 78a32d6e38
No known key found for this signature in database
GPG Key ID: B9A2C1B025EC2C55

View File

@ -6,14 +6,14 @@
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";