bitrise: 2.33.2 -> 2.34.3

This commit is contained in:
Olivér Falvai
2025-10-13 12:32:02 +02:00
parent 027817845f
commit 8501e4c83b
+7 -2
View File
@@ -6,18 +6,23 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.33.2";
version = "2.34.3";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-ckiozGSk8a0bzTzj8PuN55rrL2r95BylYRUHZdQF+Kc=";
hash = "sha256-Px4u3Jc3HbTN9NRGFYwTVL0/g+PsFw+JxEyOuTSTQbc=";
};
# many tests rely on writable $HOME/.bitrise and require network access
doCheck = false;
# resolves error: main module (github.com/bitrise-io/bitrise/v2) does not contain package github.com/bitrise-io/bitrise/v2/integrationtests/config
excludedPackages = [
"./integrationtests"
];
vendorHash = null;
ldflags = [
"-X github.com/bitrise-io/bitrise/version.Commit=${src.rev}"