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

Merge pull request #317466 from r-ryantm/auto-update/gh-poi

gh-poi: 0.9.10 -> 0.10.1
parents 7eb8d5bb 40dd44ef
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "gh-poi";
  version = "0.9.10";
  version = "0.10.1";

  src = fetchFromGitHub {
    owner = "seachicken";
    repo = "gh-poi";
    rev = "v${version}";
    hash = "sha256-0QzCXja1UXPEC8JQIXH9Dl4PPKzqWgIy13FCYxEqggA=";
    hash = "sha256-ZQkXXaa4n88bJdgP2FSXtgBrUi39teO98SzZq+I5doM=";
  };

  ldflags = [ "-s" "-w" ];
@@ -19,7 +19,7 @@ buildGoModule rec {
  vendorHash = "sha256-D/YZLwwGJWCekq9mpfCECzJyJ/xSlg7fC6leJh+e8i0=";

  # Skip checks because some of test suites require fixture.
  # See: https://github.com/seachicken/gh-poi/blob/v0.9.10/.github/workflows/contract-test.yml#L28-L29
  # See: https://github.com/seachicken/gh-poi/blob/v0.10.1/.github/workflows/contract-test.yml#L28-L29
  doCheck = false;

  meta = with lib; {