bitrise: 2.20.0 -> 2.20.1 (#338684)

This commit is contained in:
Nick Cao 2024-09-01 07:03:01 -04:00 committed by GitHub
commit 263345f607
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.20.0";
version = "2.20.1";
src = fetchFromGitHub {
owner = "bitrise-io";
repo = "bitrise";
rev = version;
hash = "sha256-kwM3TqXxkVq45oN9T+G7wmsBMdIJ/FN6ZoUysoM5PNY=";
hash = "sha256-M1OAMppeY13fXclycUXwp2H1GSLVJRNV11QxAvNLQuQ=";
};
# many tests rely on writable $HOME/.bitrise and require network access