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

gitRepo: 2.25 -> 2.28
This commit is contained in:
Mario Rodas 2022-07-19 23:09:40 -05:00 committed by GitHub
commit 4243d0b376
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.25";
version = "2.28";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-3S4peybytlO432ui+bECVWQTbyNfs2kSMqcqQyVc1os=";
sha256 = "sha256-wuEwyhKclbfkcm8Wc5wyoLT1p/V0zAtaQB1gbuwqalM=";
};
# Fix 'NameError: name 'ssl' is not defined'