bitrise: 2.31.1 -> 2.31.2

This commit is contained in:
R. Ryantm 2025-05-31 17:22:43 +00:00
parent 910796cabe
commit 3784ee6b6e

View file

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