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

exoscale-cli: 1.49.3 -> 1.50.0
This commit is contained in:
Bobby Rong
2022-03-04 16:47:10 +08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.49.3";
version = "1.50.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-ANykklex/T7JwZ/G3dB4UPkYx5jSE5AnztGsWHGfL8I=";
sha256 = "sha256-RpUnJzMnYIvPpJd6+IVpDxCS/FGM+PHXvbQPJQEoS8Y=";
};
goPackagePath = "github.com/exoscale/cli";