perfetto: Update to version 35.0

This commit is contained in:
github-actions[bot] 2023-06-08 16:27:24 +00:00
parent a2cb29d32b
commit 09b5dccc0b

View File

@ -1,12 +1,12 @@
{ {
"version": "34.0", "version": "35.0",
"homepage": "https://perfetto.dev/", "homepage": "https://perfetto.dev/",
"description": "A production-grade open-source stack for performance instrumentation and trace analysis.", "description": "A production-grade open-source stack for performance instrumentation and trace analysis.",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/google/perfetto/releases/download/v34.0/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v35.0/windows-amd64.zip",
"hash": "fae66b8529c5193b8c3341e8983219114f27ba0747510f33cc3fc719429479e4", "hash": "8298b8213e8634c3734db6eaabee2df4a7d0de9caed910ed6054934e80668d2d",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },