Skip to content

Commit 69614d6

Browse files
authored
ntfy-alertmanager: 0.3.0 -> 0.4.0 (#360677)
2 parents 3a3b818 + 78a32d6 commit 69614d6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/by-name/nt/ntfy-alertmanager/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@
66

77
buildGoModule rec {
88
pname = "ntfy-alertmanager";
9-
version = "0.3.0";
9+
version = "0.4.0";
1010

1111
src = fetchurl {
1212
url = "https://git.xenrox.net/~xenrox/ntfy-alertmanager/refs/download/v${version}/ntfy-alertmanager-${version}.tar.gz";
13-
hash = "sha256-8VDHeK77dcbATSFfqknlhMSP93OlDNmkzRJxLN4rCVE=";
13+
hash = "sha256-5rQzJZ0BaLtfj2MfyZZJ3PEiWnaTjWOMlsJYeYENW7U=";
1414
};
1515

16-
vendorHash = "sha256-WKImEc7FvZm/6noC2+Lz4g+ASFEuRBE8nzTEDbXaWic=";
16+
vendorHash = "sha256-8a6dvBERegpFYFHQGJppz5tlQioQAudCe3/Q7vro+ZI=";
1717

1818
meta = with lib; {
19-
description = "A bridge between ntfy and Alertmanager.";
19+
description = "A bridge between ntfy and Alertmanager";
2020
homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
2121
license = licenses.agpl3Only;
22+
mainProgram = "ntfy-alertmanager";
2223
maintainers = with maintainers; [
2324
bleetube
2425
fpletz
2526
];
27+
platforms = platforms.linux;
2628
};
2729
}

0 commit comments

Comments
 (0)