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

arkade: 0.11.21 -> 0.11.22 (#339133)

parents fcaa9d70 84c4ecbe
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;