Commit 84c4ecbe authored by R. RyanTM's avatar R. RyanTM
Browse files

arkade: 0.11.21 -> 0.11.22

parent 8893fc2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.11.21";
  version = "0.11.22";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-vNJQLrpPJJG5FjQ73203V/Ky93HawRWgMiPYHU+eXPM=";
    hash = "sha256-Qc8cQLLRcCNYouWfs8NzF9nrKIPrM1+1VA0wbP2iupQ=";
  };

  CGO_ENABLED = 0;