Merge pull request #253081 from kashw2/exoscale-cli

exoscale-cli: 1.72.0 -> 1.72.1
This commit is contained in:
Thiago Kenji Okada 2023-09-03 15:08:42 +00:00 committed by GitHub
commit 588b0aaaf0
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.72.0";
version = "1.72.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-+M7+/iexcqQD1RVJziNll0XaPAsUiFlC3+1EwXxA5P0=";
sha256 = "sha256-WaM0GQP5JIGKJuRPcIqaPt98qkjRuzjbv6oiHARu6lA=";
};
vendorHash = null;