with import {}; buildGoModule rec { pname = "websocket2ntfy"; version = "1.0.0"; src = ./src; vendorHash = "sha256-k45e6RSIl3AQdOFQysIwJP9nlYsSFeaUznVIXfbYwLA="; subPackages = [ "." ]; meta = with pkgs.lib; { description = "Webhook receiver to announce in ntfy-sh"; homepage = "https://code.252.no/tommy/alertmanager-ntfy"; license = pkgs.lib.licenses.gpl3; maintainers = [ pkgs.lib.maintainers."tommy@252.no" ]; platforms = pkgs.lib.platforms.linux; }; }