1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "0.4-20240817.1";
7 src = fetchFromGitHub {
8 owner = "kc2g-flex-tools";
11 hash = "sha256-OjivRCWSGdzko31KwiYb1FcIE+1W94XOYiE/GS4Ky3s=";
14 vendorHash = "sha256-RqQMCP9rmdTG5AXLXkIQz0vE7qF+3RZ1BDdVRYoHHQs=";
17 homepage = "https://github.com/kc2g-flex-tools/nCAT";
18 description = "FlexRadio remote control (CAT) via hamlib/rigctl protocol";
19 license = licenses.mit;
20 maintainers = with maintainers; [ mvs ];