Merge pull request #49601 from dtzWill/update/gn-20181031
gn: 20180830 -> 20181031
This commit is contained in:
commit
468a1d7aba
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
, git, ninja, python }:
|
, git, ninja, python }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "106b823805adcc043b2bfe5bc21d58f160a28a7b";
|
rev = "96ff462cddf35f98e25fd5d098fc27bc81eab94a";
|
||||||
sha256 = "1a5s6i07s8l4f1bakh3fyaym00xz7zgd49sp6awm10xb7yjh95ba";
|
sha256 = "1ny23sprl7ygb2lpdnqxv60m8kaf4h2dmpqjp61l5vc2s7f32g97";
|
||||||
|
|
||||||
shortRev = builtins.substring 0 7 rev;
|
shortRev = builtins.substring 0 7 rev;
|
||||||
lastCommitPosition = writeText "last_commit_position.h" ''
|
lastCommitPosition = writeText "last_commit_position.h" ''
|
||||||
|
@ -18,7 +18,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gn-${version}";
|
name = "gn-${version}";
|
||||||
version = "20180830";
|
version = "20181031";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://gn.googlesource.com/gn";
|
url = "https://gn.googlesource.com/gn";
|
||||||
|
|
Loading…
Reference in a new issue