12 inherit pname version;
14 src = fetchFromGitHub {
18 hash = "sha256-ZZP5wXsPtqkZd/sdj/LU8M/DYv0gjIWRspAFrp3ETH8=";
21 vendorHash = "sha256-uvOKH/MLIoIwYClpTIj010os9dGkkZPAVV0RYBjjzVk=";
24 description = "Airbyte's CLI for managing local Airbyte installations";
25 homepage = "https://airbyte.com/";
26 changelog = "https://github.com/airbytehq/abctl/releases/tag/v${version}";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ xelden ];
29 mainProgram = "abctl";
30 broken = stdenv.hostPlatform.isDarwin;