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

exoscale-cli: 1.76.0 -> 1.76.1
This commit is contained in:
Nick Cao 2024-02-20 09:06:08 -05:00 committed by GitHub
commit 1856b92c94
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.76.0";
version = "1.76.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-mE1ELXMTQc5JU3d6JLuH4rm1+gfSQH4V29yJ9IkYOXU=";
sha256 = "sha256-HVMsN5qkC+eWb5usdSLgE/dgFtALCaadnKV5zeiKLJI=";
};
vendorHash = null;