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

Merge pull request #335951 from r-ryantm/auto-update/arkade

arkade: 0.11.19 -> 0.11.20
parents 0a2406fc 5fe634d9
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.19";
  version = "0.11.20";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-Vhldn9CMxC/5qPFN+ohydHuMsrHjpBuFkP4khf+OQds=";
    hash = "sha256-xjJbO+42PUuRb4vMSKscTf2DEDekSwEF/v2QwKeBtvI=";
  };

  CGO_ENABLED = 0;