Commit 8815f584 authored by R. RyanTM's avatar R. RyanTM
Browse files

arkade: 0.11.38 -> 0.11.39

parent 486b9e4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.11.38";
  version = "0.11.39";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-V6ms3Av0/g2S7Q2NLltz7CnnvE1m+cemmwoHKL1e0tM=";
    hash = "sha256-ILiiK8WWuSB1QKTo89/JJ5ADCBKbRXVn9fNVL3c7y0s=";
  };

  env.CGO_ENABLED = 0;