diff options
| author | ruki <[email protected]> | 2021-08-23 14:57:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-23 14:57:54 +0800 |
| commit | 8085ec72beba660555c4a0b3d4e01ef064356b30 (patch) | |
| tree | 9b009babd3c63ab8b2739530665333bc58099c60 /xmake/modules | |
| parent | 57681c84a77b6c6a0ac8f3ea474ff6c4aedebeb2 (diff) | |
Update lock_packages.lua
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/action/require/impl/lock_packages.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/lock_packages.lua b/xmake/modules/private/action/require/impl/lock_packages.lua index 0e340e602..6a962ba77 100644 --- a/xmake/modules/private/action/require/impl/lock_packages.lua +++ b/xmake/modules/private/action/require/impl/lock_packages.lua @@ -36,7 +36,6 @@ function _lock_package(instance) local result = {} local repo = instance:repo() result.version = instance:version_str() - result.buildhash = instance:buildhash() result.branch = instance:branch() result.tag = instance:tag() if repo then |
