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

exoscale-cli: 1.59.3 -> 1.60.0
This commit is contained in:
Stanisław Pitucha 2022-10-26 15:17:59 +11:00 committed by GitHub
commit 4c9f715e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.59.3";
version = "1.60.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-QJDj8YW7gO0xvKqUYrgNlSfOqtk29C3nLsqO1BjowTE=";
sha256 = "sha256-hvLPLqy5wgywM4vZizBiB2jpC5JszSC5bUSmchqGQcA=";
};
vendorSha256 = null;