bitrise: 2.36.1 -> 2.36.3 (#481466)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-19 08:58:40 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.36.1";
version = "2.36.3";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-U5885dS5C+AOF7DbiALy42rVcvr+2T3yE6E1mXrC49Y=";
hash = "sha256-0OwPRRr46JfAAjWyeP3n7pDaFN09U31Tq6cwGE7uKHI=";
};
# many tests rely on writable $HOME/.bitrise and require network access