flex-ncat: clean up and provide update script (#382026)

This commit is contained in:
Wolfgang Walther
2025-02-15 22:48:46 +01:00
committed by GitHub
+6 -3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -17,11 +18,13 @@ buildGoModule rec {
vendorHash = "sha256-RqQMCP9rmdTG5AXLXkIQz0vE7qF+3RZ1BDdVRYoHHQs=";
meta = with lib; {
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/kc2g-flex-tools/nCAT";
description = "FlexRadio remote control (CAT) via hamlib/rigctl protocol";
license = licenses.mit;
maintainers = with maintainers; [ mvs ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mvs ];
mainProgram = "nCAT";
};
}