Merge pull request #310782 from fabaff/qovery-cli-bump

qovery-cli: 0.92.3 -> 0.92.4
This commit is contained in:
Raghav Sood 2024-05-11 19:55:39 +08:00 committed by GitHub
commit c0c22d9f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "qovery-cli";
version = "0.92.3";
version = "0.92.4";
src = fetchFromGitHub {
owner = "Qovery";
repo = "qovery-cli";
rev = "refs/tags/v${version}";
hash = "sha256-Xcl/2vkuOYfZcgICThYD5i1h82E6Leh+hNPzmzISZvQ=";
hash = "sha256-A8R1QbUFD4wJyLrTrxE8w9rz0E/vhaPXXAt80UpAOSc=";
};
vendorHash = "sha256-6gjYnDv4L2AO47uWcp/MySX9i3IDMIWQUvgglxPCvGo=";