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

qovery-cli: 1.2.0 -> 1.2.4
This commit is contained in:
Fabian Affolter 2024-08-19 21:31:40 +02:00 committed by GitHub
commit 4848bc2741
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 = "1.2.0";
version = "1.2.4";
src = fetchFromGitHub {
owner = "Qovery";
repo = "qovery-cli";
rev = "refs/tags/v${version}";
hash = "sha256-Gsyobjo5LPoTnvy76Absa0xog/iMzbz40PS4AOycRos=";
hash = "sha256-bTlbrL2pP6KB2g3bMsvyT24/7Sc4I707KL3hJktsWpA=";
};
vendorHash = "sha256-z7O0IAXGCXV63WjaRG+7c7q/rlqkV12XWNLhsduvk6s=";