Merge pull request #303128 from r-ryantm/auto-update/qovery-cli

qovery-cli: 0.86.2 -> 0.87.0
This commit is contained in:
Fabian Affolter 2024-04-11 00:32:04 +02:00 committed by GitHub
commit e9bb0b431e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,26 @@
{ lib {
, buildGoModule lib,
, fetchFromGitHub buildGoModule,
, installShellFiles fetchFromGitHub,
, qovery-cli installShellFiles,
, testers qovery-cli,
testers,
}: }:
buildGoModule rec { buildGoModule rec {
pname = "qovery-cli"; pname = "qovery-cli";
version = "0.86.2"; version = "0.87.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Qovery"; owner = "Qovery";
repo = "qovery-cli"; repo = "qovery-cli";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-AUrN5T6Z4T0WLsBwv/zXb9CSrwGCAV5nh+42MktRxvo="; hash = "sha256-JUyhVq3xMPV9s4OCfkKgCnSMjztYDPJgS4A+jJOZofE=";
}; };
vendorHash = "sha256-Lwg3PFmSipaaYtu88c1qI/Ws50TQOqEu4mSuxcpx3zI="; vendorHash = "sha256-Lwg3PFmSipaaYtu88c1qI/Ws50TQOqEu4mSuxcpx3zI=";
nativeBuildInputs = [ nativeBuildInputs = [ installShellFiles ];
installShellFiles
];
postInstall = '' postInstall = ''
installShellCompletion --cmd ${pname} \ installShellCompletion --cmd ${pname} \