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

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

arkade: 0.11.2 -> 0.11.4
parents 918fa8f8 4c10873f
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.2";
  version = "0.11.4";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    hash = "sha256-G8zWPz5pTDjfZJ8DtY1DQRGYMOsGhNXWZEgFYKM/y6I=";
    hash = "sha256-nRA/3dJn6hUJDppS/tt/WRIoYrRTeuY7ULZXii3LC48=";
  };

  CGO_ENABLED = 0;