git-repo: 2.55.1 -> 2.55.2

This commit is contained in:
R. Ryantm
2025-06-16 17:45:34 +02:00
committed by Weijia Wang
parent 56b033fe4f
commit ec31b69460
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.55.1";
version = "2.55.2";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-hXImDtTwb5Ie/My610g9SYKNFXPf4SxNFcJwEqHEd4Q=";
hash = "sha256-81MNrVtJfInjUuyV6c7xeCPGtY3B3YnO7GSKOSyUvTU=";
};
# Fix 'NameError: name 'ssl' is not defined'