bitrise: 2.31.2 -> 2.31.3

This commit is contained in:
R. Ryantm 2025-06-29 16:52:37 +00:00
parent ed341aab4f
commit f974807cf8

View File

@ -6,13 +6,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "bitrise"; pname = "bitrise";
version = "2.31.2"; version = "2.31.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bitrise-io"; owner = "bitrise-io";
repo = "bitrise"; repo = "bitrise";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WMvk5VEXc0cEWVdop50mSlAJKP8RhRijCia0fgBG79M="; hash = "sha256-uy2B2tjtg6/ufMWy9sPoheSw2hxIsl2gUdAKVfixpoM=";
}; };
# many tests rely on writable $HOME/.bitrise and require network access # many tests rely on writable $HOME/.bitrise and require network access