bitrise: 2.40.7 -> 2.42.0

This commit is contained in:
R. Ryantm
2026-07-18 23:07:00 +00:00
parent 1957116e72
commit 5f95b141b4

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