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

gh-poi: 0.17.0 -> 0.17.1 (#516013)

parents 1b8f0e69 115f18bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "gh-poi";
  version = "0.17.0";
  version = "0.17.1";

  src = fetchFromGitHub {
    owner = "seachicken";
    repo = "gh-poi";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GFJWZBVRE6tz033NI5zcJIs3ziVa1KoPggKn/o65mDE=";
    hash = "sha256-sDir+/b2NmHkROx4gf9OwKpLjZCgkUmaj7IdQDIllsk=";
  };

  ldflags = [
@@ -23,7 +23,7 @@ buildGoModule (finalAttrs: {
  vendorHash = "sha256-o3ys+Em27sx3VS3AQIP7G/tWRiBlPnvBq37jLtj9QVQ=";

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

  meta = {