Skip to content

Commit

Permalink
git-repo: 2.49.3 -> 2.50.1 (NixOS#366925)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 21, 2024
2 parents ba2435b + 85c505e commit 109023b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gi/git-repo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "git-repo";
version = "2.49.3";
version = "2.50.1";

src = fetchFromGitHub {
owner = "android";
repo = "tools_repo";
rev = "v${version}";
hash = "sha256-DZtwQQg8jyanRx5JKYLTsn4v7IBJBIl9yQemVOioCPY=";
hash = "sha256-HJdXdFaC8yFef2gMJpSfZ2TDxEZkZLWZcum41dfG/DQ=";
};

# Fix 'NameError: name 'ssl' is not defined'
Expand Down

0 comments on commit 109023b

Please sign in to comment.