gh-poi: 0.13.0 -> 0.14.0 (#421002)

This commit is contained in:
Aleksana
2025-07-05 17:35:26 +08:00
committed by GitHub
+4 -4
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gh-poi";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v${version}";
hash = "sha256-foUv6+QIfPlYwgTwxFvEgGeOw/mpC80+ntHo29LQbB8=";
hash = "sha256-bbmNzxGRg7nKfB8xu90ZkKrhWwY24G6h8TW07f9IpTY=";
};
ldflags = [
@@ -20,10 +20,10 @@ buildGoModule rec {
"-w"
];
vendorHash = "sha256-D/YZLwwGJWCekq9mpfCECzJyJ/xSlg7fC6leJh+e8i0=";
vendorHash = "sha256-ciOJpVqSPJJLX/sqrztqB3YSoMUrEnn52gGddE80rV0=";
# Skip checks because some of test suites require fixture.
# See: https://github.com/seachicken/gh-poi/blob/v0.13.0/.github/workflows/contract-test.yml#L28-L29
# See: https://github.com/seachicken/gh-poi/blob/v0.14.0/.github/workflows/contract-test.yml#L28-L29
doCheck = false;
meta = with lib; {