Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-09 18:41:27 +00:00
committed by GitHub
41 changed files with 316 additions and 148 deletions
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.11";
version = "2.11.1";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-eb35yNsE0F+xPA1j7Czag1aOZO4cr6OeRsBlCrQwCRk=";
sha256 = "sha256-6XsjxTYmjr/3smwwS7c+Mq1sqfgKAhWzHOY8TWlIKHU=";
};
patches = [ ./import-ssl-module.patch ];
@@ -1,5 +1,6 @@
{
appindicator-sharp,
bash,
coreutils,
fetchFromGitHub,
git,
@@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
--set PATH ${symlinkJoin {
name = "mono-path";
paths = [
bash
coreutils
git
git-lfs