Merge pull request #231970 from r-ryantm/auto-update/cloudmonkey

cloudmonkey: 6.2.0 -> 6.3.0
This commit is contained in:
Weijia Wang 2023-05-16 14:40:31 +03:00 committed by GitHub
commit 7d6985f31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cloudmonkey";
version = "6.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "apache";
repo = "cloudstack-cloudmonkey";
rev = version;
sha256 = "sha256-C9e2KsnoggjWZp8gx757MbFdGxmfh+TtAd+luS3ycHU=";
sha256 = "sha256-FoouZ2udtZ68W5p32Svr8yAn0oBdWMupn1LEzqY04Oc=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "CLI for Apache CloudStack";