git-repo: 2.48 -> 2.49.3

This commit is contained in:
R. Ryantm
2024-12-10 04:18:44 +00:00
parent f602946645
commit 7abfc580ba
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.48";
version = "2.49.3";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-BrdB6SqQlLRvXbfIXHqaKD+F/SBzqGru6ISkUrEnUeQ=";
hash = "sha256-DZtwQQg8jyanRx5JKYLTsn4v7IBJBIl9yQemVOioCPY=";
};
# Fix 'NameError: name 'ssl' is not defined'