Skip to content

Commit 5c51fb8

Browse files
bitrise: 2.33.2 -> 2.34.3 (#451631)
2 parents bff54ee + 8501e4c commit 5c51fb8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pkgs/by-name/bi/bitrise/package.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,23 @@
66
}:
77
buildGoModule rec {
88
pname = "bitrise";
9-
version = "2.33.2";
9+
version = "2.34.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "bitrise-io";
1313
repo = "bitrise";
1414
rev = "v${version}";
15-
hash = "sha256-ckiozGSk8a0bzTzj8PuN55rrL2r95BylYRUHZdQF+Kc=";
15+
hash = "sha256-Px4u3Jc3HbTN9NRGFYwTVL0/g+PsFw+JxEyOuTSTQbc=";
1616
};
1717

1818
# many tests rely on writable $HOME/.bitrise and require network access
1919
doCheck = false;
2020

21+
# resolves error: main module (github.com/bitrise-io/bitrise/v2) does not contain package github.com/bitrise-io/bitrise/v2/integrationtests/config
22+
excludedPackages = [
23+
"./integrationtests"
24+
];
25+
2126
vendorHash = null;
2227
ldflags = [
2328
"-X github.com/bitrise-io/bitrise/version.Commit=${src.rev}"

0 commit comments

Comments
 (0)