9 pname = "gitlab-release-cli";
12 src = fetchFromGitLab {
16 hash = "sha256-6h9hVk1x3zkhvZrEu5XUjLRIFj+VXF8qtd3AAdVmyE0=";
19 vendorHash = "sha256-UwDMRsWbk8rEv2d5FssIzCLby68YZULoxd3/JGLsCQU=";
21 checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
23 "-skip TestHTTPSCustomCA"
27 description = "Toolset to create, retrieve and update releases on GitLab";
28 homepage = "https://gitlab.com/gitlab-org/release-cli";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ kilimnik ];
31 mainProgram = "release-cli";