git-repo: 2.46 -> 2.47

This commit is contained in:
R. Ryantm 2024-09-23 09:17:15 +00:00
parent d218baf24f
commit bdc85ba41a

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'