Loading pkgs/by-name/gh/gh-poi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ buildGoModule rec { pname = "gh-poi"; version = "0.14.0"; version = "0.14.1"; src = fetchFromGitHub { owner = "seachicken"; repo = "gh-poi"; rev = "v${version}"; hash = "sha256-bbmNzxGRg7nKfB8xu90ZkKrhWwY24G6h8TW07f9IpTY="; hash = "sha256-HwFmSeDPpX1zbJh+0laekphmpnAsEdFBhgoLfT7CCYY="; }; ldflags = [ Loading @@ -23,7 +23,7 @@ buildGoModule rec { vendorHash = "sha256-ciOJpVqSPJJLX/sqrztqB3YSoMUrEnn52gGddE80rV0="; # Skip checks because some of test suites require fixture. # See: https://github.com/seachicken/gh-poi/blob/v0.14.0/.github/workflows/contract-test.yml#L28-L29 # See: https://github.com/seachicken/gh-poi/blob/v0.14.1/.github/workflows/contract-test.yml#L28-L29 doCheck = false; meta = with lib; { Loading Loading
pkgs/by-name/gh/gh-poi/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ buildGoModule rec { pname = "gh-poi"; version = "0.14.0"; version = "0.14.1"; src = fetchFromGitHub { owner = "seachicken"; repo = "gh-poi"; rev = "v${version}"; hash = "sha256-bbmNzxGRg7nKfB8xu90ZkKrhWwY24G6h8TW07f9IpTY="; hash = "sha256-HwFmSeDPpX1zbJh+0laekphmpnAsEdFBhgoLfT7CCYY="; }; ldflags = [ Loading @@ -23,7 +23,7 @@ buildGoModule rec { vendorHash = "sha256-ciOJpVqSPJJLX/sqrztqB3YSoMUrEnn52gGddE80rV0="; # Skip checks because some of test suites require fixture. # See: https://github.com/seachicken/gh-poi/blob/v0.14.0/.github/workflows/contract-test.yml#L28-L29 # See: https://github.com/seachicken/gh-poi/blob/v0.14.1/.github/workflows/contract-test.yml#L28-L29 doCheck = false; meta = with lib; { Loading