File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4242 # these need to be updated for any changes to fetchAttrs
4343 depsHash =
4444 {
45- x86_64-linux = "sha256-A4faXoO0WiXLrepk7DV88NavL/fytZa2UPepC+QkR3E =" ;
46- aarch64-linux = "sha256-vA/Wgf5bu/+Hlgc93h5lvhbPlsiSR10TuZ0qn5v0UaM =" ;
45+ x86_64-linux = "sha256-4CQkHlXbDpRiqzeyserVf9PpLx3ME7TtZ2H88ggog6U =" ;
46+ aarch64-linux = "sha256-FxkfBWiG0NIInl28w+l4YvaV2VFuCtjn5VBAKvJoxM8 =" ;
4747 }
4848 . ${ stdenv . system } or ( throw "unsupported system ${ stdenv . system } " ) ;
4949
@@ -135,7 +135,9 @@ buildBazelPackage rec {
135135 -e 's,${ stdenv . shellPackage } ,__NIXSHELL__,' \
136136 $bazelOut/external/com_github_luajit_luajit/build.py \
137137 $bazelOut/external/local_config_sh/BUILD \
138- $bazelOut/external/*_pip3/BUILD.bazel
138+ $bazelOut/external/*_pip3/BUILD.bazel \
139+ $bazelOut/external/rules_rust/util/process_wrapper/private/process_wrapper.sh \
140+ $bazelOut/external/rules_rust/crate_universe/src/metadata/cargo_tree_rustc_wrapper.sh
139141
140142 rm -r $bazelOut/external/go_sdk
141143 rm -r $bazelOut/external/local_jdk
You can’t perform that action at this time.
0 commit comments