gh-poi: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-01-18 13:39:11 +00:00
parent d60225cee0
commit 02ce6c5794
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gh-poi";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v${version}";
hash = "sha256-GRTBYwphw5rpwFzLrBRpzz6z6udNCdPn3vanfMvBtGI=";
hash = "sha256-foUv6+QIfPlYwgTwxFvEgGeOw/mpC80+ntHo29LQbB8=";
};
ldflags = [
@@ -23,7 +23,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.12.0/.github/workflows/contract-test.yml#L28-L29
# See: https://github.com/seachicken/gh-poi/blob/v0.13.0/.github/workflows/contract-test.yml#L28-L29
doCheck = false;
meta = with lib; {