We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f602946 commit 7abfc58Copy full SHA for 7abfc58
pkgs/by-name/gi/git-repo/package.nix
@@ -4,13 +4,13 @@
4
5
stdenv.mkDerivation rec {
6
pname = "git-repo";
7
- version = "2.48";
+ version = "2.49.3";
8
9
src = fetchFromGitHub {
10
owner = "android";
11
repo = "tools_repo";
12
rev = "v${version}";
13
- hash = "sha256-BrdB6SqQlLRvXbfIXHqaKD+F/SBzqGru6ISkUrEnUeQ=";
+ hash = "sha256-DZtwQQg8jyanRx5JKYLTsn4v7IBJBIl9yQemVOioCPY=";
14
};
15
16
# Fix 'NameError: name 'ssl' is not defined'
0 commit comments