bitrise: 2.36.5 -> 2.37.0 (#486005)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-02 07:44:06 +00:00
committed by GitHub
+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