gitRepo: 2.12.2 -> 2.13.1

This commit is contained in:
Michael Weiss 2021-03-02 13:05:09 +01:00
parent d125743533
commit a676907ae3
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.12.2";
version = "2.13.1";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-E0HGianaTNRVJsFh8tb1wdxEARRXzkFG2OHU6op5oQ4=";
sha256 = "sha256-D6gh14XOZ6Fjypfhg9l5ozPhyf6u6M0Wc8HdagdPM/Q=";
};
patches = [ ./import-ssl-module.patch ];