cloudmonkey: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm 2023-05-15 04:08:58 +00:00
parent 641a768829
commit 61748c7d97

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";