Skip to content

Commit

Permalink
gh-poi: 0.11.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit 706ff35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gh/gh-poi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@

buildGoModule rec {
pname = "gh-poi";
version = "0.11.0";
version = "0.12.0";

src = fetchFromGitHub {
owner = "seachicken";
repo = "gh-poi";
rev = "v${version}";
hash = "sha256-xLeIqTGwizvBmOgwisqoCrFY4KdWoWrA0YYgPWtQT/M=";
hash = "sha256-GRTBYwphw5rpwFzLrBRpzz6z6udNCdPn3vanfMvBtGI=";
};

ldflags = [ "-s" "-w" ];

vendorHash = "sha256-D/YZLwwGJWCekq9mpfCECzJyJ/xSlg7fC6leJh+e8i0=";

# Skip checks because some of test suites require fixture.
# See: https://github.com/seachicken/gh-poi/blob/v0.11.0/.github/workflows/contract-test.yml#L28-L29
# See: https://github.com/seachicken/gh-poi/blob/v0.12.0/.github/workflows/contract-test.yml#L28-L29
doCheck = false;

meta = with lib; {
Expand Down

0 comments on commit 706ff35

Please sign in to comment.