gh-poi: 0.9.8 -> 0.9.10

This commit is contained in:
R. Ryantm 2024-05-07 01:02:07 +00:00
parent a85613a1bc
commit 7f79a78fd0
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gh-poi";
version = "0.9.8";
version = "0.9.10";
src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v${version}";
hash = "sha256-QpUZxho9hzmgbCFgNxwwKi6hhfyqc4b/JYKH3rP4Eb8=";
hash = "sha256-0QzCXja1UXPEC8JQIXH9Dl4PPKzqWgIy13FCYxEqggA=";
};
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.8/.github/workflows/contract-test.yml#L28-L29
# See: https://github.com/seachicken/gh-poi/blob/v0.9.10/.github/workflows/contract-test.yml#L28-L29
doCheck = false;
meta = with lib; {