qovery-cli: 0.93.1 -> 0.93.3

This commit is contained in:
R. Ryantm 2024-05-30 15:53:57 +00:00
parent 3852c7ab26
commit cc4fbdd613

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "qovery-cli";
version = "0.93.1";
version = "0.93.3";
src = fetchFromGitHub {
owner = "Qovery";
repo = "qovery-cli";
rev = "refs/tags/v${version}";
hash = "sha256-wJivWE0B2u3xNhD9mAbHFCxl3aKv6YfWxJ/8UOV4E70=";
hash = "sha256-TUgtozPI9nxlQoEnzuuWsUtPPeR72tEX197WHrk7et0=";
};
vendorHash = "sha256-wGgzVtQc4e0thiM9fJb7BxJl348wCDZvPCx0+Qlw0mQ=";