Commit 398e3c2c authored by Otavio Salvador's avatar Otavio Salvador
Browse files

git-repo: 2.39 -> 2.45

parent eed1d702
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "git-repo";
  version = "2.39";
  version = "2.45";

  src = fetchFromGitHub {
    owner = "android";
    repo = "tools_repo";
    rev = "v${version}";
    hash = "sha256-Qw0x/YiXMDrlTy6boembfqVRvEYiMWOALJtaMrr7/WI=";
    hash = "sha256-f765TcOHL8wdPa9qSmGegofjCXx1tF/K5bRQnYQcYVc=";
  };

  # Fix 'NameError: name 'ssl' is not defined'
+3 −1
Original line number Diff line number Diff line
@@ -18,11 +18,13 @@ diff --git a/repo b/repo
index 8b05def..f394b3e 100755
--- a/repo
+++ b/repo
@@ -236,6 +236,7 @@ import optparse
@@ -236,8 +236,9 @@ import optparse
 import re
 import shutil
 import stat
+import ssl
 import urllib.error
 import urllib.request
 
 if sys.version_info[0] == 3:
   import urllib.request