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

arkade: 0.11.88 -> 0.11.91 (#503525)

parents 98d30b7d 9fb79a7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "arkade";
  version = "0.11.88";
  version = "0.11.91";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    tag = finalAttrs.version;
    hash = "sha256-ISito/qTolDRyYSn3z/J6Zc07RlaKWm7t1ugUt3bDkI=";
    hash = "sha256-9X+JVCtvkSU1JE1ZjpMIOedwIhoryWFe25hGWKyjecU=";
  };

  env.CGO_ENABLED = 0;