From f148eb50b2a6d14317e00c52ea1e16df7b3d8d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 30 Jul 2021 15:45:48 +0200 Subject: [PATCH] Update xmake.lua --- xmake-repo/packages/n/nodeeditor/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake-repo/packages/n/nodeeditor/xmake.lua b/xmake-repo/packages/n/nodeeditor/xmake.lua index 84e8775f4..8b8bc2ae6 100644 --- a/xmake-repo/packages/n/nodeeditor/xmake.lua +++ b/xmake-repo/packages/n/nodeeditor/xmake.lua @@ -7,7 +7,7 @@ package("nodeeditor") set_urls("https://github.com/paceholder/nodeeditor/archive/refs/tags/$(version).tar.gz", "https://github.com/paceholder/nodeeditor.git") add_versions("2.1.3", "4e3194a04ac4a2a2bf4bc8eb6cc27d5cc154923143c1ecf579ce7f0115a90585") - add_patches("2.1.3", path.join(os.scriptdir(), "patches", "2.1.3", "fix_qt.patch"), "3192c66fe711ad4bbfba96348601655396bc32465e2807f5be252cde6e2a3d59") + add_patches("2.1.3", path.join(os.scriptdir(), "patches", "2.1.3", "fix_qt.patch"), "11b6e765f8c8b0002f84ef0c3eb7dde23076b0564679760b7f4c8ba7c7e46887") add_deps("cmake")