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

exoscale-cli: 1.51.1 -> 1.51.2
This commit is contained in:
Ryan Mulligan 2022-03-15 15:04:31 -07:00 committed by GitHub
commit 2b338ad36d
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.51.1";
version = "1.51.2";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-NU4xJTW0KCi8PZAY4cRJijGHCZEn5Z41xNF7+iH01oo=";
sha256 = "sha256-Nx9lASZOEetkADVEs2JxPRi9SCrb4SLnEpLpzcpp/Is=";
};
goPackagePath = "github.com/exoscale/cli";