bitrise: 2.40.5 -> 2.40.7

This commit is contained in:
R. Ryantm
2026-07-01 04:18:15 +00:00
parent 5bb269961b
commit 674f5ee0ad
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bitrise";
version = "2.40.5";
version = "2.40.7";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${finalAttrs.version}";
hash = "sha256-wuvtkbQ3QmYc/ZO/QDpq1DDoLUE3Hcq5H7oWpCdZVVg=";
hash = "sha256-kVFsVXLPul/2EP0X0q+uSBIGx95dt6Q2olzWBtr+uHI=";
};
# many tests rely on writable $HOME/.bitrise and require network access