bitrise: 2.40.0 -> 2.40.3

This commit is contained in:
R. Ryantm
2026-05-26 10:50:43 +00:00
parent 2e9190cc69
commit 161c1627b2
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bitrise";
version = "2.40.0";
version = "2.40.3";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${finalAttrs.version}";
hash = "sha256-jY1aJAk3O7jAfQAYPpQIgUD+CMxcBAggE0bvWeAEgDk=";
hash = "sha256-xPv14BBzGxLxnVpsdzqp0///BbbNUNs92x1jLbRGj94=";
};
# many tests rely on writable $HOME/.bitrise and require network access