Skip to content

Commit

Permalink
gitRepo: 2.1.1 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Feb 14, 2020
1 parent 4580ffa commit c1741fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git-repo/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.1.1";
version = "2.3";

src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "0p09yak0vrdg8apk76kbx5gy7z57mzis9702rbw8mfx9p0ag6fy7";
sha256 = "0jrll0mjfwakyjvlhbxwsdi32jhgss9mwz8c8h24n1qbqqxysrk4";
};

patches = [ ./import-ssl-module.patch ];
Expand Down

0 comments on commit c1741fc

Please sign in to comment.