Unverified Commit 827037ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

arkade: 0.11.27 -> 0.11.29 (#352991)

parents e41173e8 6438f901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.11.27";
  version = "0.11.29";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-5/QAtaAAiIzpvOl43A4OqnIcKlfdxehGjmCREFRKXTs=";
    hash = "sha256-B5MgBX8GPjBsfOCa1OoZRhQAUQxKH7GXYKMaH6TsUV4=";
  };

  CGO_ENABLED = 0;