cloudmonkey: 6.3.0 -> 6.4.0

This commit is contained in:
R. Ryantm 2024-03-28 06:06:29 +00:00
parent 68e06b5c72
commit b5f0a95cce
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudmonkey";
version = "6.3.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "apache";
repo = "cloudstack-cloudmonkey";
rev = version;
sha256 = "sha256-FoouZ2udtZ68W5p32Svr8yAn0oBdWMupn1LEzqY04Oc=";
sha256 = "sha256-mkEGOZw7GDIFnYUpgvCetA4dU9R1m4q6MOUDG0TWN64=";
};
vendorHash = null;