bitrise: 2.31.2 -> 2.31.3 (#421059)

Co-authored-by: ofalvai <ofalvai@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-30 05:39:39 +00:00 committed by GitHub
commit 7d53d06122
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.31.2";
version = "2.31.3";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = "v${version}";
hash = "sha256-WMvk5VEXc0cEWVdop50mSlAJKP8RhRijCia0fgBG79M=";
hash = "sha256-uy2B2tjtg6/ufMWy9sPoheSw2hxIsl2gUdAKVfixpoM=";
};
# many tests rely on writable $HOME/.bitrise and require network access