1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gn: 20180830 -> 20181031

This commit is contained in:
Will Dietz 2018-10-31 18:39:48 -05:00
parent db1a40a882
commit 7e470fdac7

View file

@ -2,8 +2,8 @@
, git, ninja, python }:
let
rev = "106b823805adcc043b2bfe5bc21d58f160a28a7b";
sha256 = "1a5s6i07s8l4f1bakh3fyaym00xz7zgd49sp6awm10xb7yjh95ba";
rev = "96ff462cddf35f98e25fd5d098fc27bc81eab94a";
sha256 = "1ny23sprl7ygb2lpdnqxv60m8kaf4h2dmpqjp61l5vc2s7f32g97";
shortRev = builtins.substring 0 7 rev;
lastCommitPosition = writeText "last_commit_position.h" ''
@ -18,7 +18,7 @@ let
in
stdenv.mkDerivation rec {
name = "gn-${version}";
version = "20180830";
version = "20181031";
src = fetchgit {
url = "https://gn.googlesource.com/gn";