Merge pull request #282960 from LeSuisse/tuleap-cli-1.1.0

tuleap-cli: 1.0.0 -> 1.1.0
This commit is contained in:
Mario Rodas
2024-02-27 09:03:23 -05:00
committed by GitHub
+5 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tuleap-cli";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitLab {
owner = "csgroup-oss";
repo = "tuleap-cli";
rev = "refs/tags/v${version}";
hash = "sha256-ZNAMhKszly2C+ljFGbP8xqUplQaxqaoArRJykuPNrkY=";
hash = "sha256-hL0mGWXzvHYFc8u4RXCDys3Fe/cgsGljfhSkPAjzt4o=";
};
vendorHash = "sha256-T5GA9IqH3PPQV2b0uJq2O4Nzu82Q5y/LgKAVJV/XqC4=";
vendorHash = "sha256-N9Hmxw/70Cgc790AVRn7lmuhMtDhI94CTUlqHU4VbaY=";
nativeBuildInputs = [ installShellFiles ];
@@ -24,6 +24,8 @@ buildGoModule rec {
"-w"
];
subPackages = [ "." ];
postInstall = ''
installShellCompletion --cmd tuleap-cli \
--bash <($out/bin/tuleap-cli -s tuleap.example.com completion bash) \