Skip to content

Commit

Permalink
Merge pull request #221611 from fabaff/qovery-cli-bump
Browse files Browse the repository at this point in the history
qovery-cli: 0.52.0 -> 0.52.2
  • Loading branch information
fabaff authored Mar 17, 2023
2 parents 6a66779 + 857b50e commit 435d253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/qovery-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "qovery-cli";
version = "0.52.0";
version = "0.52.2";

src = fetchFromGitHub {
owner = "Qovery";
repo = pname;
rev = "v${version}";
hash = "sha256-AbgUxCZBnGkuzA8xmr6s4QxTtQFFkhjPmLmSX2AcQXE=";
hash = "sha256-vZBNoDh/QnrTQrDubocA3FL7Cn5M1n/w+hE99GF9QC4=";
};

vendorHash = "sha256-V7yPXSN+3H8NkD384MkvKbymNQ/O2Q9HoMO4M8mzVto=";
Expand Down

0 comments on commit 435d253

Please sign in to comment.