Skip to content

Commit

Permalink
gitRepo: 2.7 -> 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed May 22, 2020
1 parent 9e7ea5f commit 9404c8e
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.7";
version = "2.8";

src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "19wn16m9sy8fv31zl90av5la60l5hsf5fvvfpgiy0470rkagvz6j";
sha256 = "00sahddplisg55zpjz4v4sc7zqbh3apx36xv77g55nabwz7han8d";
};

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

0 comments on commit 9404c8e

Please sign in to comment.