Unverified Commit 7d6985f3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

cloudmonkey: 6.2.0 -> 6.3.0
parents 56da03d4 61748c7d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";