bitrise: 2.32.1 -> 2.33.0 (#433365)

Co-authored-by: ofalvai <ofalvai@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-13 12:06:13 +00:00 committed by GitHub
commit 64cf35ea43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.32.1";
version = "2.33.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-IAuOqL5S9X003OtM9I0gtIIS+NI9snGcM55OPCtQWik=";
hash = "sha256-MpXJQHmpE9s3GYpqyrWCTBIzMCdb+nBAw+2DXmnK3Lw=";
};
# many tests rely on writable $HOME/.bitrise and require network access