tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
envoy: Update hash after bazel_6 upgrade
Claudio Bley
2 years ago
7fa6816c
4212f807
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
envoy
default.nix
+3
-3
pkgs/servers/http/envoy/default.nix
···
14
, linuxHeaders
15
, nixosTests
16
17
-
# v8 (upstream default), wavm, wamr, wasmtime, disabled
18
, wasmRuntime ? "wamr"
19
}:
20
···
83
84
fetchAttrs = {
85
sha256 = {
86
-
x86_64-linux = "sha256-bBi+3sAwtj5qu1npFpNMK2C99Q0ZI3zaSmMsTcreD8Y=";
87
-
aarch64-linux = "sha256-piIekotpxB02COglAon9w7a+1jXlHX29/VkrgKFsQ3c=";
88
}.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
89
dontUseCmakeConfigure = true;
90
dontUseGnConfigure = true;
···
14
, linuxHeaders
15
, nixosTests
16
17
+
# v8 (upstream default), wavm, wamr, wasmtime, disabled
18
, wasmRuntime ? "wamr"
19
}:
20
···
83
84
fetchAttrs = {
85
sha256 = {
86
+
x86_64-linux = "sha256-OQ4vg4S3DpM+Zo+igncx3AXJnL8FkJbwh7KnBhbnCUM=";
87
+
aarch64-linux = "sha256-/X8i1vzQ4QvFxi1+5rc1/CGHmRhhu5F3X5A3PgbW+Mc=";
88
}.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
89
dontUseCmakeConfigure = true;
90
dontUseGnConfigure = true;