git-repo: 2.54 -> 2.55.1

This commit is contained in:
R. Ryantm 2025-06-05 17:09:38 +00:00
parent 6c76fd5f51
commit 11883cbb64

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.54";
version = "2.55.1";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-rZCpuJ4TpbVbTxq7qHfhokoj7qCj9/YcA9PGgd9ROCg=";
hash = "sha256-hXImDtTwb5Ie/My610g9SYKNFXPf4SxNFcJwEqHEd4Q=";
};
# Fix 'NameError: name 'ssl' is not defined'