Unverified Commit 0b22769d authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

go-task: remove patch from go-task build file (#347731)

parents cf3b78e2 43505186
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
, fetchpatch
, installShellFiles
, testers
, go-task
@@ -20,16 +19,6 @@ buildGoModule rec {

  vendorHash = "sha256-P9J69WJ2C2xgdU9xydiaY8iSKB7ZfexLNYi7dyHDTIk=";

  patches = [
    # fix version resolution when passed in though ldflags
    # remove on next release
    (fetchpatch {
      name = "fix-ldflags-version.patch";
      url = "https://github.com/go-task/task/commit/9ee4f21d62382714ac829df6f9bbf1637406eb5b.patch?full_index=1";
      hash = "sha256-wu5//aZ/vzuObb03AjUUlVFjPr175mn1vVAZgqSGIZ0=";
    })
  ];

  doCheck = false;

  nativeBuildInputs = [ installShellFiles ];