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

exoscale-cli: 1.40.5 -> 1.41.0
This commit is contained in:
Ryan Mulligan
2021-09-15 14:23:27 -07:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.40.5";
version = "1.41.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-OKGbTkX3HNMYd5UT6l2uqExVZ0TOw0soB3dhebzm2Kg=";
sha256 = "sha256-0utKBCe65lCaamoF4uqvku1zTX2QPpV/6xBtpGteVYw=";
};
goPackagePath = "github.com/exoscale/cli";