gitRepo: 2.12.1 -> 2.12.2

This commit is contained in:
Michael Weiss 2021-02-12 12:40:32 +01:00
parent f94df5f25f
commit b4f2376434
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.12.1";
version = "2.12.2";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-9w8kGMgxvbeKpri+zC8mcsbC6pnwqbLbKu1XB5tfBBo=";
sha256 = "sha256-E0HGianaTNRVJsFh8tb1wdxEARRXzkFG2OHU6op5oQ4=";
};
patches = [ ./import-ssl-module.patch ];