Commit f7579d25 authored by R. RyanTM's avatar R. RyanTM
Browse files

arkade: 0.11.51 -> 0.11.59

parent 1b21a03a
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.51";
  version = "0.11.59";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    tag = version;
    hash = "sha256-So7ZudZFOC6ImnHfvb+/FxpN0cNVeD2EW+Mu4Y3VPj8=";
    hash = "sha256-tmn75g4hfayU7zDaP7QPIv46tHHxFgB0ebATS+fYHgI=";
  };

  env.CGO_ENABLED = 0;