tuleap-cli: 1.0.0 -> 1.1.0

Changes:
https://gitlab.com/csgroup-oss/tuleap-cli/-/commits/v1.1.0
This commit is contained in:
Thomas Gerbet 2024-01-22 18:51:17 +01:00
parent 02d7f3b56c
commit 67e2f837f4

@ -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) \