perfetto: Update to version 40.0

This commit is contained in:
github-actions[bot] 2023-12-05 16:28:32 +00:00
parent 8c291d9701
commit 88bfa8fbb3

View File

@ -1,12 +1,12 @@
{ {
"version": "39.0", "version": "40.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/v39.0/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v40.0/windows-amd64.zip",
"hash": "6d3e445ea80bc7e352277a8cd6c5c244c025e58f0b775f871f5d43b74953a242", "hash": "86573313414935b91fc191ad37cca71a0ad5c7c6244a3670fd198b1c1670a25c",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },