merge(3p/git): Merge git subtree at v2.29.2
This also bumps the stable nixpkgs to 20.09 as of 2020-11-21, because there is some breakage in the git build related to the netrc credentials helper which someone has taken care of in nixpkgs. The stable channel is not used for anything other than git, so this should be fine. Change-Id: I3575a19dab09e1e9556cf8231d717de9890484fb
This commit is contained in:
parent
082c006c04
commit
f4609b896f
1485 changed files with 241535 additions and 109418 deletions
8
third_party/default.nix
vendored
8
third_party/default.nix
vendored
|
@ -21,11 +21,11 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
# Tracking nixos-20.03 as of 2020-08-04.
|
||||
stableCommit = "977000f149bd4ddb65bf1af09552898a0f305c72";
|
||||
# Tracking nixos-20.09 as of 2020-11-21.
|
||||
stableCommit = "58f9c4c7d3a42c912362ca68577162e38ea8edfb";
|
||||
stableNixpkgsSrc = fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs-channels/archive/${stableCommit}.tar.gz";
|
||||
sha256 = "1ad3bviywxd64g4vwk4ppjkkajd3rfqjhnp6xcz3w0ih0sbn0rh5";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/${stableCommit}.tar.gz";
|
||||
sha256 = "1517dy07jf4zhzknqbgm617lgjxsn7a6k1vgq61c67f6h55qs5ij";
|
||||
};
|
||||
stableNixpkgs = import stableNixpkgsSrc {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue