gitRepo: 2.23 -> 2.24

This commit is contained in:
R. Ryantm 2022-04-21 03:03:41 +00:00
parent c30b0af1bd
commit 41a2be8dc8

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.23";
version = "2.24";
src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
sha256 = "sha256-YW6MBX/NGQXuFWvzISWKJZkvxWc0jasxmzy/Zh1TjY0=";
sha256 = "sha256-p5zAehhqOUlKay3/Oy8hbBo5nQRIyE7o4bnaX/TabYc=";
};
# Fix 'NameError: name 'ssl' is not defined'