update simplexmq

This commit is contained in:
Evgeny Poberezkin
2026-07-20 11:20:24 +01:00
parent fb636035eb
commit effea1c471
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ constraints: zip +disable-bzip2 +disable-zstd
source-repository-package
type: git
location: https://github.com/simplex-chat/simplexmq.git
tag: 8d847fff5dd138318a1fac9cc9aeed5de1d35c8e
tag: d5f48de3b56b3e12a729b219e974fbc0e4705467
source-repository-package
type: git
+1 -1
View File
@@ -1,5 +1,5 @@
{
"https://github.com/simplex-chat/simplexmq.git"."8d847fff5dd138318a1fac9cc9aeed5de1d35c8e" = "0ggbz2iy372ndbvcajvpi2d1pj66x1190aywajb999rpblxfsqc4";
"https://github.com/simplex-chat/simplexmq.git"."d5f48de3b56b3e12a729b219e974fbc0e4705467" = "13yamd12v76hklni88xlk2m8qqhjxg3s7bh17s8r4i02jw2d194a";
"https://github.com/simplex-chat/hs-socks.git"."a30cc7a79a08d8108316094f8f2f82a0c5e1ac51" = "0yasvnr7g91k76mjkamvzab2kvlb1g5pspjyjn2fr6v83swjhj38";
"https://github.com/simplex-chat/direct-sqlcipher.git"."f814ee68b16a9447fbb467ccc8f29bdd3546bfd9" = "1ql13f4kfwkbaq7nygkxgw84213i0zm7c1a8hwvramayxl38dq5d";
"https://github.com/simplex-chat/sqlcipher-simple.git"."a46bd361a19376c5211f1058908fc0ae6bf42446" = "1z0r78d8f0812kxbgsm735qf6xx8lvaz27k1a0b4a2m0sshpd5gl";
+1 -1
View File
@@ -180,7 +180,7 @@ termSettings :: VirtualTerminalSettings
termSettings =
VirtualTerminalSettings
{ virtualType = "xterm",
virtualWindowSize = pure C.Size {height = 24, width = 6000},
virtualWindowSize = pure C.Size {height = 24, width = 7500},
virtualEvent = retry,
virtualInterrupt = retry
}