git-repo: 2.49.3 -> 2.50.1

This commit is contained in:
R. Ryantm
2024-12-20 20:16:37 +00:00
parent c57e953dcf
commit 85c505e26d
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.49.3";
version = "2.50.1";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-DZtwQQg8jyanRx5JKYLTsn4v7IBJBIl9yQemVOioCPY=";
hash = "sha256-HJdXdFaC8yFef2gMJpSfZ2TDxEZkZLWZcum41dfG/DQ=";
};
# Fix 'NameError: name 'ssl' is not defined'