Unverified Commit 628f63fa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

arkade: 0.11.63 -> 0.11.65 (#482869)

parents 4fc12581 3fcff86c
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.63";
  version = "0.11.65";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    tag = version;
    hash = "sha256-J4GC9b4r3ukBQsLIraFueznruVaaHWXcBvox+K+149g=";
    hash = "sha256-52yP/SV7xEIb6/w2C/JZcxiiI5Tem2pHsKNLyPFvmOY=";
  };

  env.CGO_ENABLED = 0;