perfetto: Update to version 45.0

This commit is contained in:
github-actions[bot] 2024-05-09 20:25:09 +00:00
parent ca1b595074
commit 4d52a40698

View File

@ -1,12 +1,12 @@
{ {
"version": "44.0", "version": "45.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/v44.0/windows-amd64.zip", "url": "https://github.com/google/perfetto/releases/download/v45.0/windows-amd64.zip",
"hash": "cb91931ac866dd473a990419926f6aef0d8cb319f231ccb72a29479bcb813807", "hash": "702d43fe074fddacd1c1dfc8b7ce5844b3c6a21c47c52cd0253bc31563b9c7bd",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },