Unverified Commit 46503e2f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

arkade: 0.11.60 -> 0.11.62 (#478536)

parents 5047d397 12d1c1be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.11.60";
  version = "0.11.62";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    tag = version;
    hash = "sha256-2VabFPcvTgkjoGXQDUdDh1BdUB+tS3QsfGDSGerd95Q=";
    hash = "sha256-Ost93sMmlbZI3l5duy0VDaWByREUIzWFtuVRGilZYFo=";
  };

  env.CGO_ENABLED = 0;