From 7bf7c01ff1b45e5e6c295982f89cfae896e94d8d Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Mon, 20 Dec 2021 21:58:27 +1100 Subject: [PATCH] CI: Update CEF hash for Flatpak to fix crash This fixes a crash/assert on shutdown caused by Chromium debug mode. --- CI/flatpak/com.obsproject.Studio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index cf0a978c8..84245a1e2 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -259,7 +259,7 @@ { "type": "archive", "url": "https://cdn-fastly.obsproject.com/downloads/cef_binary_4638_linux64.tar.bz2", - "sha256": "3c7707b13ca99c220e1650381f3d301c016f5c6ed6f478b83223645031fb13b9" + "sha256": "f639d8923be42730419d703259125a3dd5349c6eb2b4d6381dd7e766500629ef" } ] },