tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gh-poi: 0.14.0 -> 0.14.1
R. Ryantm
6 months ago
41eeee21
e2b2e816
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gh
gh-poi
package.nix
+3
-3
pkgs/by-name/gh/gh-poi/package.nix
···
6
7
buildGoModule rec {
8
pname = "gh-poi";
9
-
version = "0.14.0";
10
11
src = fetchFromGitHub {
12
owner = "seachicken";
13
repo = "gh-poi";
14
rev = "v${version}";
15
-
hash = "sha256-bbmNzxGRg7nKfB8xu90ZkKrhWwY24G6h8TW07f9IpTY=";
16
};
17
18
ldflags = [
···
23
vendorHash = "sha256-ciOJpVqSPJJLX/sqrztqB3YSoMUrEnn52gGddE80rV0=";
24
25
# Skip checks because some of test suites require fixture.
26
-
# See: https://github.com/seachicken/gh-poi/blob/v0.14.0/.github/workflows/contract-test.yml#L28-L29
27
doCheck = false;
28
29
meta = with lib; {
···
6
7
buildGoModule rec {
8
pname = "gh-poi";
9
+
version = "0.14.1";
10
11
src = fetchFromGitHub {
12
owner = "seachicken";
13
repo = "gh-poi";
14
rev = "v${version}";
15
+
hash = "sha256-HwFmSeDPpX1zbJh+0laekphmpnAsEdFBhgoLfT7CCYY=";
16
};
17
18
ldflags = [
···
23
vendorHash = "sha256-ciOJpVqSPJJLX/sqrztqB3YSoMUrEnn52gGddE80rV0=";
24
25
# Skip checks because some of test suites require fixture.
26
+
# See: https://github.com/seachicken/gh-poi/blob/v0.14.1/.github/workflows/contract-test.yml#L28-L29
27
doCheck = false;
28
29
meta = with lib; {