8 pname = "trickest-cli";
11 src = fetchFromGitHub {
13 repo = "trickest-cli";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-9RZmLs95dHZw5hgob5+iogxb6DV0FqVaY+PavGFpXj4=";
18 vendorHash = "sha256-gk8YMMvTHBL7yoXU9n0jhtUS472fqLW5m+mSl4Lio6c=";
26 description = "CLI tool to execute Trickest workflows";
27 homepage = "https://github.com/trickest/trickest-cli";
28 changelog = "https://github.com/trickest/trickest-cli/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];
31 mainProgram = "trickest";