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

arkade: 0.9.13 -> 0.9.16

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

buildGoModule rec {
  pname = "arkade";
  version = "0.9.13";
  version = "0.9.16";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    sha256 = "sha256-j7fqLkVRAH4EN90IQ/9y/uKfFsdXXTW6R/WFRhuKPGQ=";
    sha256 = "sha256-HbwajFTCjiNtAMawI7uBZhIBGyVHUQQjsOrtuxuYmeM=";
  };

  CGO_ENABLED = 0;