git-repo: 2.49.3 -> 2.50.1 (#366925)

This commit is contained in:
Nick Cao
2024-12-21 09:46:56 -05:00
committed by GitHub
+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'