mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
786b4216c5
Split into "current" version, as used by most things (aka gn), and "gn1924", which uses a more recent version of gn which is incompatible with the currently packaged version of v8 in nixpkgs. We can't win, but I need a newer version of gn for envoy. Note that the newer gn matches the version in Chromium's DEPS for v93.0.4577.82, the current Linux stable build as of September.
9 lines
286 B
Nix
9 lines
286 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix args {
|
|
rev = "24e2f7df92641de0351a96096fb2c490b2436bb8";
|
|
revNum = "1924"; # git describe HEAD --match initial-commit | cut -d- -f3
|
|
version = "2021-08-08";
|
|
sha256 = "1lwkyhfhw0zd7daqz466n7x5cddf0danr799h4jg3s0yvd4galjl";
|
|
}
|