Commit 1496732e authored by R. RyanTM's avatar R. RyanTM
Browse files

gitRepo: 2.35 -> 2.36

parent 4525ce10
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.35";
  version = "2.36";

  src = fetchFromGitHub {
    owner = "android";
    repo = "tools_repo";
    rev = "v${version}";
    hash = "sha256-ZJFXQH4bF3O4oMUwBQnoZC2FyL2/DH6AHk4CcHA0fLc=";
    hash = "sha256-TCCVdPhrR4NWwqNjEAySSsiW2D7gCdLAiD+UeuvBJvI=";
  };

  # Fix 'NameError: name 'ssl' is not defined'