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

exoscale-cli: 1.60.0 -> 1.61.0
This commit is contained in:
Mario Rodas 2022-12-03 06:44:49 -05:00 committed by GitHub
commit d0055b8e34
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.60.0";
version = "1.61.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-hvLPLqy5wgywM4vZizBiB2jpC5JszSC5bUSmchqGQcA=";
sha256 = "sha256-3ak/z6Ww+/VY1/TErQ+CBxq5xte3VeGbCz2P5QlHxLg=";
};
vendorSha256 = null;