bitrise: 2.34.7 -> 2.35.3 (#466169)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-29 08:31:44 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.34.7";
version = "2.35.3";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-5L44yqHk2fvSQ7cPGB2gf2lJfQGfIg8g2sGrqDxiyMY=";
hash = "sha256-RjtOo8+vXKeZbTtnwmUq1t8WwZUJypSUoQSJtr9xd70=";
};
# many tests rely on writable $HOME/.bitrise and require network access