gh-poi: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm
2026-07-18 03:57:22 +00:00
parent fbbddf225f
commit 8a3b16c0cd
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "gh-poi";
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v${finalAttrs.version}";
hash = "sha256-t778dPCFrIbVUCRCzo4WjwuKeoCe+vCl/C2ZkpihcoA=";
hash = "sha256-QsX24rqTn6v4+yQ+xh63GFNAUrRhn+Ib7Jr4tzLyZRM=";
};
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.18.1/.github/workflows/contract-test.yml#L28-L29
# See: https://github.com/seachicken/gh-poi/blob/v0.18.2/.github/workflows/contract-test.yml#L28-L29
doCheck = false;
meta = {