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

exoscale-cli: 1.52.0 -> 1.52.1
This commit is contained in:
Bobby Rong 2022-04-08 19:39:04 +08:00 committed by GitHub
commit b4ddbca98f
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.52.0";
version = "1.52.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-uaJt1QS4nDVliIFo11OhQYvOxJMeda0QGuaGZCPRoWk=";
sha256 = "sha256-CSltvSdKLAH711ubT6ROgkmq2EcFJplPmavsJa9xupM=";
};
goPackagePath = "github.com/exoscale/cli";