bitrise: 2.37.0 -> 2.38.0

This commit is contained in:
R. Ryantm
2026-02-15 23:31:57 +00:00
parent b406523052
commit 6b4d28463f
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bitrise";
version = "2.37.0";
version = "2.38.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${finalAttrs.version}";
hash = "sha256-CxWFqrgj/oYsD3yBjR4fdh7FSAaGZnbC6OB9H1VH+m0=";
hash = "sha256-WF6+HgGePOvwdo1nU75ifnH8Fddk1vmSyNOOQER4awo=";
};
# many tests rely on writable $HOME/.bitrise and require network access