bitrise: 2.40.7 -> 2.42.0 (#540211)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-19 09:19:46 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bitrise";
version = "2.40.7";
version = "2.42.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${finalAttrs.version}";
hash = "sha256-kVFsVXLPul/2EP0X0q+uSBIGx95dt6Q2olzWBtr+uHI=";
hash = "sha256-aiN0fid5ysMpj0MJrlhaOD+LLUKBXVZcXNcWePmBzKM=";
};
# many tests rely on writable $HOME/.bitrise and require network access