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

qovery-cli: 0.45.0 -> 0.46.3
This commit is contained in:
superherointj 2022-08-31 22:13:05 -03:00 committed by GitHub
commit 2a002a18d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "qovery-cli";
version = "0.45.0";
version = "0.46.3";
src = fetchFromGitHub {
owner = "Qovery";
repo = pname;
rev = "v${version}";
hash = "sha256-cJb5Cac7WDhtNL/7uIIvAz7Kum3Ff2g6tmKyTJWvq00=";
hash = "sha256-DNwAsHznu+I8CItyvz4fG7QZDuQQvYPRYiy4qJbKZ3s=";
};
vendorSha256 = "sha256-KHLknBymDAwr7OxS2Ysx6WU5KQ9kmw0bE2Hlp3CBW0c=";
vendorSha256 = "sha256-4TY7/prMbvw5zVPJRoMLg7Omrxvh1HPGsdz1wqPn4uU=";
meta = with lib; {
description = "Qovery Command Line Interface";