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

exoscale-cli: 1.40.2 -> 1.40.5
This commit is contained in:
Ryan Mulligan 2021-09-12 18:42:12 -07:00 committed by GitHub
commit 10bd2ab8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.40.2";
version = "1.40.5";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-J5Wid/Xq3wYY+2/RoFgdY5ZDdNQu8TkTF9W6YLvnwvM=";
sha256 = "sha256-OKGbTkX3HNMYd5UT6l2uqExVZ0TOw0soB3dhebzm2Kg=";
};
goPackagePath = "github.com/exoscale/cli";