git-repo: 2.46 -> 2.47 (#343924)

This commit is contained in:
Franz Pletz 2024-09-25 17:25:35 +02:00 committed by GitHub
commit 8b86710729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.46";
version = "2.47";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-eWRDarMx0QzTdTx3nFl1y12k25NqxGzuhLZd52Yr4qU=";
hash = "sha256-LFzUvDMNGxp5HzdjlaN0VS7HpIzN8GA5MQL61teKRvo=";
};
# Fix 'NameError: name 'ssl' is not defined'