git-repo: 2.55.2 -> 2.56

This commit is contained in:
R. Ryantm 2025-07-04 12:52:29 +00:00
parent 55dc7f4585
commit 3faafa4ea1

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.55.2";
version = "2.56";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-81MNrVtJfInjUuyV6c7xeCPGtY3B3YnO7GSKOSyUvTU=";
hash = "sha256-zCmLFo3ssfO28F0mHnkQYbd7X/ncpulSzqS+fwfYAO8=";
};
# Fix 'NameError: name 'ssl' is not defined'