Merge pull request #251779 from r-ryantm/auto-update/gitRepo

This commit is contained in:
Ryan Lahfa 2023-08-27 17:16:44 +02:00 committed by GitHub
commit af32e3f251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.35";
version = "2.36";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-ZJFXQH4bF3O4oMUwBQnoZC2FyL2/DH6AHk4CcHA0fLc=";
hash = "sha256-TCCVdPhrR4NWwqNjEAySSsiW2D7gCdLAiD+UeuvBJvI=";
};
# Fix 'NameError: name 'ssl' is not defined'