Skip to content

Commit

Permalink
gitRepo: 2.5 -> 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Apr 16, 2020
1 parent 56f7c93 commit 7c2fc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git-repo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.5";
version = "2.6";

src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "0y37s0v37gygv0dm8y9sjc4jr7ml8irix5rwmbk6smzwa74n0x8a";
sha256 = "16c30nwlgm0xcma9q34ygjsk6m33izmfgn7a0mzhfzyakymdi45g";
};

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

0 comments on commit 7c2fc1c

Please sign in to comment.