From 56122d6bcf96120e9f4fe5c55a6931c9de421204 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Fri, 27 Sep 2019 11:29:04 -0700 Subject: [PATCH] Revert "Update linux toolchain for fuchsia" This reverts commit 8d9e4411c08b00ee004e55e6ebc344f86383a46b. --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 4465ac5d8c190..b02c5000baae8 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '135364b8f58b7e696434dc39e5e41255456ed67e', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '25b164b5f49fe4592a8cd8d6cd08440522b36a75', # Fuchsia compatibility # @@ -568,7 +568,7 @@ deps = { 'packages': [ { 'package': 'fuchsia/clang/linux-amd64', - 'version': 'q4DVY3W2m2eGCDeeGvLYhBRi-_0yQ4apcmRECxXKPmcC' + 'version': '2Zhb_d8mlEZ32DvudCzH3qfmpsPvqXiGxDKoEbepTdcC' } ], 'condition': 'host_os == "linux"',