From d55251cbabe30f20509997b5ff1d7c097635dbe4 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Mon, 29 Jun 2020 11:01:46 +0200 Subject: [PATCH] Fix commit hash gallery (#60507) https://github.com/flutter/gallery/commit/0c5ec2f285c1ec30b2ed15194bc8de755654a590 does not live on any branch. This makes `pub get` in the macrobenchmarks folder. ``` $ git rev-list --max-count=100 0c5ec2f285c1ec30b2ed15194bc8de755654a590 fatal: bad object 0c5ec2f285c1ec30b2ed15194bc8de755654a590 ``` Updated to the same commit on the master branch: https://github.com/flutter/gallery/commit/d00362e6bdd0f9b30bba337c358b9e4a6e4ca950. --- dev/benchmarks/macrobenchmarks/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/benchmarks/macrobenchmarks/pubspec.yaml b/dev/benchmarks/macrobenchmarks/pubspec.yaml index f8e788d23d..5f8ab2db94 100644 --- a/dev/benchmarks/macrobenchmarks/pubspec.yaml +++ b/dev/benchmarks/macrobenchmarks/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: gallery: git: url: https://github.com/flutter/gallery.git - ref: 0c5ec2f285c1ec30b2ed15194bc8de755654a590 + ref: d00362e6bdd0f9b30bba337c358b9e4a6e4ca950 archive: 2.0.13 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" args: 1.6.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"