Skip to content

Commit

Permalink
git-repo: 2.49.3 -> 2.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 20, 2024
1 parent c57e953 commit 85c505e
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 85c505e

Please sign in to comment.