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

gitRepo: 2.28 -> 2.29.1
This commit is contained in:
superherointj 2022-08-28 11:22:14 -03:00 committed by GitHub
commit 31d466380f
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.28";
version = "2.29.1";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-wuEwyhKclbfkcm8Wc5wyoLT1p/V0zAtaQB1gbuwqalM=";
sha256 = "sha256-odlvhkgIiNB8fsRfVswiqfpAKLtP9EtcoMxd5SmhX8I=";
};
# Fix 'NameError: name 'ssl' is not defined'