File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/by-name/nt/ntfy-alertmanager Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule 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}
You can’t perform that action at this time.
0 commit comments