cloudmonkey 6.2.0 -> 6.3.0 https://github.com/apache/cloudstack-cloudmonkey/releases attrpath: cloudmonkey Checking auto update branch... No auto update branch exists Old version 6.2.0" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib }: buildGoModule rec { pname = "cloudmonkey"; version = "6.3.0"; src = fetchFromGitHub { owner = "apache"; repo = "cloudstack-cloudmonkey"; rev = version; sha256 = "sha256-FoouZ2udtZ68W5p32Svr8yAn0oBdWMupn1LEzqY04Oc="; }; vendorHash = null; meta = with lib; { description = "CLI for Apache CloudStack"; homepage = "https://github.com/apache/cloudstack-cloudmonkey"; license = [ licenses.asl20 ]; maintainers = [ maintainers.womfoo ]; mainProgram = "cloudstack-cloudmonkey"; }; }