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

gitRepo: 2.29.4 -> 2.29.5
This commit is contained in:
Mario Rodas 2022-10-28 07:55:50 -05:00 committed by GitHub
commit 0ba9515cdb
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.29.4";
version = "2.29.5";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-oUPY10B6JHixdfgi5BHzrg9nZ1DlFUhQyuXJj2fCSM4=";
sha256 = "sha256-eMuQ0cVVbLvpDsGCob8s7D1Q+52Q2gOHTg7anP5KVAc=";
};
# Fix 'NameError: name 'ssl' is not defined'