Skip to content

Commit 3fcfdc9

Browse files
committed
envoy: remove store paths from deps
Signed-off-by: Paul Meyer <[email protected]>
1 parent 0b29270 commit 3fcfdc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/en/envoy/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ let
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

0 commit comments

Comments
 (0)