bitrise: 2.33.0 -> 2.33.2

This commit is contained in:
R. Ryantm
2025-08-21 16:59:25 +00:00
parent bbe943aa2c
commit 63a9da2879
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.33.0";
version = "2.33.2";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-MpXJQHmpE9s3GYpqyrWCTBIzMCdb+nBAw+2DXmnK3Lw=";
hash = "sha256-ckiozGSk8a0bzTzj8PuN55rrL2r95BylYRUHZdQF+Kc=";
};
# many tests rely on writable $HOME/.bitrise and require network access