bitrise: 2.36.5 -> 2.37.0

This commit is contained in:
R. Ryantm
2026-02-01 19:14:49 +00:00
parent 180fa16970
commit 92be9dbb46
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.36.5";
version = "2.37.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-cVWlqVtukRD/ojjcRM6F/4wnhrlTTqQEJqc9NoW7gFw=";
hash = "sha256-CxWFqrgj/oYsD3yBjR4fdh7FSAaGZnbC6OB9H1VH+m0=";
};
# many tests rely on writable $HOME/.bitrise and require network access