Skip to content

Commit

Permalink
qovery-cli: 0.45.0 -> 0.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 1e0e95e commit dc4e50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/qovery-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dc4e50b

Please sign in to comment.