summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/hash.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-11-26 00:48:24 +0800
committerruki <[email protected]>2019-11-25 23:40:49 +0800
commiteaa013ce4cd12a18c8cc73b948f81dc64cd2d976 (patch)
tree95d2b90555ae6867597c08af41131f52e0e11e38 /xmake/core/sandbox/modules/hash.lua
parent2101b278bb3f1d15395110b25b63a8536ecffb94 (diff)
uses hash.uuid4
Diffstat (limited to 'xmake/core/sandbox/modules/hash.lua')
-rw-r--r--xmake/core/sandbox/modules/hash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/hash.lua b/xmake/core/sandbox/modules/hash.lua
index 4db755c96..a63b30998 100644
--- a/xmake/core/sandbox/modules/hash.lua
+++ b/xmake/core/sandbox/modules/hash.lua
@@ -25,7 +25,7 @@ local raise = require("sandbox/modules/raise")
local sandbox_hash = sandbox_hash or {}
-- make a new uuid
-function sandbox_hash.uuid(name)
+function sandbox_hash.uuid4(name)
return sandbox_hash.uuid4(name)
end