bitrise: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm 2024-08-26 06:25:50 +00:00
parent 0e488ca00f
commit 19ab49934f

View File

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bitrise";
version = "2.19.0";
version = "2.20.0";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = version;
hash = "sha256-VjuDeRl/rqA7bdhn9REdxdjRon5WxHkFIveOYNpQqa8=";
hash = "sha256-kwM3TqXxkVq45oN9T+G7wmsBMdIJ/FN6ZoUysoM5PNY=";
};
# many tests rely on writable $HOME/.bitrise and require network access