bitrise: 2.39.5 -> 2.40.0

This commit is contained in:
R. Ryantm
2026-05-18 06:11:41 +00:00
parent c45cb29917
commit 6ecd9bb237
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bitrise";
version = "2.39.5";
version = "2.40.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${finalAttrs.version}";
hash = "sha256-2AT6coAJFXt0eZicXABojGOHay2oU7pe70IKJX/dyk8=";
hash = "sha256-jY1aJAk3O7jAfQAYPpQIgUD+CMxcBAggE0bvWeAEgDk=";
};
# many tests rely on writable $HOME/.bitrise and require network access