Skip to content

Commit e55899e

Browse files
committed
chore: update prebuilt tools
1 parent 17bb60d commit e55899e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prebuilt-tools.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ def _prebuilt_tools(mctx):
55
name = "ecsact_unreal_codegen_win64",
66
downloaded_file_path = "EcsactUnrealCodegen.exe",
77
executable = True,
8+
url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.1/EcsactUnrealCodegen-Win64.exe",
89
integrity = "sha256-HIra76wJlgsBAR+Oaj90INFCYLIS3QyPSWDDhvqUFCo=",
9-
url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.0/EcsactUnrealCodegen-Win64.exe",
1010
)
1111
http_file(
1212
name = "ecsact_unreal_codegen_linux",
1313
downloaded_file_path = "EcsactUnrealCodegen",
1414
executable = True,
15-
url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.0/EcsactUnrealCodegen-Linux",
15+
url = "https://github.com/ecsact-dev/ecsact_unreal/releases/download/0.2.1/EcsactUnrealCodegen-Linux",
16+
integrity = "sha256-nwcXevEQn1RJrm/7/Nq+HtR3nBLMbhlovfPSgXR923A=",
1617
)
1718

1819
prebuilt_tools = module_extension(_prebuilt_tools)

0 commit comments

Comments
 (0)