From 2ab725e5e1ad886f9788c14a7f1eb83cbdf05f4a Mon Sep 17 00:00:00 2001
From: 23rd <23rd@vivaldi.net>
Date: Mon, 6 Jan 2025 21:00:49 +0300
Subject: [PATCH] Added patch for colors of strikeout format to Linux.

---
 Telegram/build/prepare/prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py
index 31dacb2c2..e83b31a4b 100644
--- a/Telegram/build/prepare/prepare.py
+++ b/Telegram/build/prepare/prepare.py
@@ -457,7 +457,7 @@ if customRunCommand:
 stage('patches', """
     git clone https://github.com/desktop-app/patches.git
     cd patches
-    git checkout b3d7243fe1
+    git checkout 748e206a97
 """)
 
 stage('msys64', """