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

arkade: 0.11.43 -> 0.11.46 (#442547)

parents 30748079 5ae0f9c7
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.43";
  version = "0.11.46";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-zHKLk9dLZZiH7pH5FR6+uHP9ZteMsAFyrf4V7I+vgSs=";
    hash = "sha256-hQLp0LA/VuwYzd+yPeH09WRXBWmxuW4gba85BwmCATU=";
  };

  env.CGO_ENABLED = 0;