Unverified Commit d55251cb authored by Daco Harkes's avatar Daco Harkes Committed by GitHub

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.
parent 49cf97c3
...@@ -21,7 +21,7 @@ dependencies: ...@@ -21,7 +21,7 @@ dependencies:
gallery: gallery:
git: git:
url: https://github.com/flutter/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" 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" args: 1.6.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment