cloudmonkey: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm 2021-10-29 07:46:54 +00:00
parent 842a0d94cb
commit 742fddd514

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudmonkey";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "apache";
repo = "cloudstack-cloudmonkey";
rev = version;
sha256 = "sha256-OmVM6ayrtrLl+PADnkUnrssbsq1GZp2KiMBOXPgfi5Y=";
sha256 = "sha256-C9e2KsnoggjWZp8gx757MbFdGxmfh+TtAd+luS3ycHU=";
};
runVend = true;