summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/action/require/impl/actions/patch_sources.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/patch_sources.lua b/xmake/modules/private/action/require/impl/actions/patch_sources.lua
index 49f4363cb..a960d1bcb 100644
--- a/xmake/modules/private/action/require/impl/actions/patch_sources.lua
+++ b/xmake/modules/private/action/require/impl/actions/patch_sources.lua
@@ -51,7 +51,7 @@ end
-- do patch
function _patch(package, patchinfo)
local patch_url = patchinfo.url
- local patch_hash = patchinfo.hash
+ local patch_hash = patchinfo.sha256
local patch_extra = patchinfo.extra or {}
-- trace