浏览代码

build-aux: Update Flatpak libdatachannel to v0.21.1

This update needs to be done before the runtime change, otherwise the newer GCC
will fail to build it because of libdatachannel missing headers.
tytan652 8 月之前
父节点
当前提交
a38a69d3b4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build-aux/modules/50-libdatachannel.json

+ 2 - 2
build-aux/modules/50-libdatachannel.json

@@ -14,8 +14,8 @@
             "type": "git",
             "type": "git",
             "url": "https://github.com/paullouisageneau/libdatachannel.git",
             "url": "https://github.com/paullouisageneau/libdatachannel.git",
             "disable-submodules": true,
             "disable-submodules": true,
-            "tag": "v0.21.0",
-            "commit": "9d5c46b8f506943727104d766e5dad0693c5a223"
+            "tag": "v0.21.1",
+            "commit": "898bdffe7340134f0891633cc7a6f6d2132c31c3"
         }
         }
     ]
     ]
 }
 }