diff --git a/bin/fetch-gn b/bin/fetch-gn index ee150e209d..4e285680b6 100755 --- a/bin/fetch-gn +++ b/bin/fetch-gn @@ -24,7 +24,7 @@ with open(gnzip, 'wb') as f: pkg = 'linux-amd64' if 'linux' in sys.platform else \ 'mac-amd64' if 'darwin' in sys.platform else \ 'windows-amd64' - rev = '82d673acb802cee21534c796a59f8cdf26500f53' + rev = 'c2859efed0a865637a3c760392fd90585163b44a' url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}/+/git_revision:{}'.format(pkg,rev) f.write(urlopen(url).read())