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

exoscale-cli: 1.76.2 -> 1.77.0
This commit is contained in:
Mario Rodas 2024-04-05 21:44:47 -05:00 committed by GitHub
commit 226f44a80a
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.76.2";
version = "1.77.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-0wobPnSrKVJ61+gj3cZsNUt6hun3qa/zVoBZlP3viSk=";
sha256 = "sha256-mUigWOFNfo/tI/2Vf3r2FWw+LHQU7vGodnXnJ6bIwAM=";
};
vendorHash = null;