tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-repo: 2.38 -> 2.39
R. Ryantm
2 years ago
37fd73a2
0f93e3ef
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-repo
default.nix
+2
-2
pkgs/applications/version-management/git-repo/default.nix
···
4
5
stdenv.mkDerivation rec {
6
pname = "git-repo";
7
-
version = "2.38";
8
9
src = fetchFromGitHub {
10
owner = "android";
11
repo = "tools_repo";
12
rev = "v${version}";
13
-
hash = "sha256-o3uNFGnccFU3ZSc8BZLh8JTc8517bho/qX6otC5oC5s=";
14
};
15
16
# Fix 'NameError: name 'ssl' is not defined'
···
4
5
stdenv.mkDerivation rec {
6
pname = "git-repo";
7
+
version = "2.39";
8
9
src = fetchFromGitHub {
10
owner = "android";
11
repo = "tools_repo";
12
rev = "v${version}";
13
+
hash = "sha256-Qw0x/YiXMDrlTy6boembfqVRvEYiMWOALJtaMrr7/WI=";
14
};
15
16
# Fix 'NameError: name 'ssl' is not defined'