forked from mirrors/nixpkgs
envoy: fix sha256 for aarch64-linux
This commit is contained in:
parent
9d9b4dc64b
commit
69c4a08072
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue