qovery-cli: 0.72.0 -> 0.73.0

Diff: Qovery/qovery-cli@refs/tags/v0.72.0...v0.73.0

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.73.0
This commit is contained in:
Fabian Affolter 2023-10-12 10:20:28 +02:00
parent 535734e71c
commit 825cb4a9e2

View File

@ -8,18 +8,20 @@
buildGoModule rec {
pname = "qovery-cli";
version = "0.72.0";
version = "0.73.0";
src = fetchFromGitHub {
owner = "Qovery";
repo = pname;
repo = "qovery-cli";
rev = "refs/tags/v${version}";
hash = "sha256-mb1GLhrU+/g0zX2CNkwlJKuLAVDxLWuU9EoYyxXQEWA=";
hash = "sha256-Iu1ZgcjNDIYbgQMzt88vOyYKrKujMY196MV6O//Pg6E=";
};
vendorHash = "sha256-OexoLqlPBr1JSL63lP172YaGJ0GLlxxsJYdXIGhNqjs=";
vendorHash = "sha256-QMuaM4u8y90WCbC/V6StPGK9uOm52LVQrLakgm3viP8=";
nativeBuildInputs = [ installShellFiles ];
nativeBuildInputs = [
installShellFiles
];
postInstall = ''
installShellCompletion --cmd ${pname} \