Merge pull request #254750 from adamcstephens/envoy/update-hashes

envoy: update broken deps hashes

authored by Luke Granger-Brown and committed by GitHub f2784324 d89b67ea

+5 -2
+5 -2
pkgs/servers/http/envoy/default.nix
··· 80 80 81 81 fetchAttrs = { 82 82 sha256 = { 83 - x86_64-linux = "sha256-KcTh6Fd1EUXcXByPSwMVy5J/6VSVGWBmHr8asS1/ffU="; 84 - aarch64-linux = "sha256-v1T6/qfVapsNFQiB9vdZvxBZ3RoNO7MxgRh3s9dA+pQ="; 83 + x86_64-linux = "sha256-+8MnbcFUyAE2122VA5olWAW8ZgjGweumRI62bxi9KOI="; 84 + aarch64-linux = "sha256-4PH8rgsHxEwtx8RQGjLbAxHpLfWVqRLOvSX9sqQoy4Y="; 85 85 }.${stdenv.system} or (throw "unsupported system ${stdenv.system}"); 86 86 dontUseCmakeConfigure = true; 87 87 dontUseGnConfigure = true; ··· 102 102 rm -r $bazelOut/external/go_sdk 103 103 rm -r $bazelOut/external/local_jdk 104 104 rm -r $bazelOut/external/bazel_gazelle_go_repository_tools/bin 105 + 106 + # Remove compiled python 107 + find $bazelOut -name '*.pyc' -delete 105 108 106 109 # Remove Unix timestamps from go cache. 107 110 rm -rf $bazelOut/external/bazel_gazelle_go_repository_cache/{gocache,pkg/mod/cache,pkg/sumdb}