bitrise: 2.32.1 -> 2.33.0 (#433365)

Co-authored-by: ofalvai <ofalvai@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] ofalvai and committed by GitHub 64cf35ea f1d1fd29

+2 -2
+2 -2
pkgs/by-name/bi/bitrise/package.nix
··· 6 }: 7 buildGoModule rec { 8 pname = "bitrise"; 9 - version = "2.32.1"; 10 11 src = fetchFromGitHub { 12 owner = "bitrise-io"; 13 repo = "bitrise"; 14 rev = "v${version}"; 15 - hash = "sha256-IAuOqL5S9X003OtM9I0gtIIS+NI9snGcM55OPCtQWik="; 16 }; 17 18 # many tests rely on writable $HOME/.bitrise and require network access
··· 6 }: 7 buildGoModule rec { 8 pname = "bitrise"; 9 + version = "2.33.0"; 10 11 src = fetchFromGitHub { 12 owner = "bitrise-io"; 13 repo = "bitrise"; 14 rev = "v${version}"; 15 + hash = "sha256-MpXJQHmpE9s3GYpqyrWCTBIzMCdb+nBAw+2DXmnK3Lw="; 16 }; 17 18 # many tests rely on writable $HOME/.bitrise and require network access