Merge pull request #337404 from r-ryantm/auto-update/bitrise

bitrise: 2.19.0 -> 2.20.0
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-26 07:28:43 +00:00
committed by GitHub
+2 -2
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