Merge pull request #304967 from r-ryantm/auto-update/exoscale-cli

exoscale-cli: 1.77.0 -> 1.77.1
This commit is contained in:
Nick Cao 2024-04-18 10:29:32 -04:00 committed by GitHub
commit 4232a5aff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.77.0";
version = "1.77.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-mUigWOFNfo/tI/2Vf3r2FWw+LHQU7vGodnXnJ6bIwAM=";
sha256 = "sha256-vDlT+gLizFGxKPdKYk2p+0Nk21exI0AEfJ77MNBsBxc=";
};
vendorHash = null;