bitrise: 2.36.3 -> 2.36.5

This commit is contained in:
R. Ryantm
2026-01-25 17:57:03 +00:00
parent 9f399ebaf1
commit 9d648497ad
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.36.3";
version = "2.36.5";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-0OwPRRr46JfAAjWyeP3n7pDaFN09U31Tq6cwGE7uKHI=";
hash = "sha256-cVWlqVtukRD/ojjcRM6F/4wnhrlTTqQEJqc9NoW7gFw=";
};
# many tests rely on writable $HOME/.bitrise and require network access