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

exoscale-cli: 1.77.1 -> 1.77.2
This commit is contained in:
Nick Cao 2024-04-26 09:45:20 -04:00 committed by GitHub
commit e13f313c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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