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

gitRepo: 2.22 -> 2.23
This commit is contained in:
Mario Rodas 2022-04-14 05:00:25 -05:00 committed by GitHub
commit ed2962bb93
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.22";
version = "2.23";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-oVwvoZdjD6V3CHECZOYBSYVtCX1XwW5fynyCn7Oj+Bc=";
sha256 = "sha256-YW6MBX/NGQXuFWvzISWKJZkvxWc0jasxmzy/Zh1TjY0=";
};
# Fix 'NameError: name 'ssl' is not defined'