Commit a1379e84 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-repo: 2.50.1 -> 2.51

parent 0aa47554
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "git-repo";
  version = "2.50.1";
  version = "2.51";

  src = fetchFromGitHub {
    owner = "android";
    repo = "tools_repo";
    rev = "v${version}";
    hash = "sha256-HJdXdFaC8yFef2gMJpSfZ2TDxEZkZLWZcum41dfG/DQ=";
    hash = "sha256-A0mLb3QYI3Eapv5xBMPHcoiaR9np8dx5EAQKXIlhYBg=";
  };

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