Skip to content

Commit

Permalink
envoy: fix sha256 for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegb authored and Mindavi committed May 10, 2022
1 parent 9d9b4dc commit 69c4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/http/envoy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ buildBazelPackage rec {
fetchAttrs = {
sha256 = {
x86_64-linux = "sha256-23Z6SbKnbah/NCrdMrXhrNFFASd/8xRH3fSyIE++heA=";
aarch64-linux = "1ijv4arw67nprykn2wkn4ji8fbr284mc7p74zxfsky772s42yy9j";
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 69c4a08

Please sign in to comment.