gitRepo: 2.36.1 -> 2.37

This commit is contained in:
R. Ryantm 2023-09-30 17:32:44 +00:00
parent 612035c45f
commit df10abc541

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.36.1";
version = "2.37";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-jq9Frh3rufI9Q3auh2Qfoo89x+jKsbxBB8ojreVgmjc=";
hash = "sha256-6OAubRkNXIm1HaiDq4jzBPUhgbwQowSZXSqAzAe7Rv0=";
};
# Fix 'NameError: name 'ssl' is not defined'