Skip to content

Commit

Permalink
Merge pull request #172284 from Mindavi/envoy/fix-deps
Browse files Browse the repository at this point in the history
envoy: fix sha256 for x86_64-linux/aarch64-linux
  • Loading branch information
lukegb authored May 10, 2022
2 parents 95818c2 + 69c4a08 commit 1d199f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/envoy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ buildBazelPackage rec {

fetchAttrs = {
sha256 = {
x86_64-linux = "0k2cna0vjzc8z7jvxdlcw741vacil8daczppv32bslw17af65vq6";
aarch64-linux = "1ijv4arw67nprykn2wkn4ji8fbr284mc7p74zxfsky772s42yy9j";
x86_64-linux = "sha256-23Z6SbKnbah/NCrdMrXhrNFFASd/8xRH3fSyIE++heA=";
aarch64-linux = "sha256-dMOu0HYUIUJ+XEtctjaZZ1jGGQq+cHbay8+KwR5XqP0=";
}.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
dontUseCmakeConfigure = true;
dontUseGnConfigure = true;
Expand Down

0 comments on commit 1d199f7

Please sign in to comment.