envoy-bin: 1.37.2 -> 1.37.4

https://github.com/envoyproxy/envoy/releases
https://github.com/envoyproxy/envoy/releases/tag/v1.37.3
Fixes: CVE-2026-47774
Fixes: CVE-2026-27135

Not-cherry-picked-because: security fix, not a backport
This commit is contained in:
Charlotte Hartmann Paludo 2026-06-05 13:28:08 +02:00
commit 4c331d72e0
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
versionCheckHook,
}:
let
version = "1.37.2";
version = "1.37.4";
inherit (stdenvNoCC.hostPlatform) system;
throwSystem = throw "envoy-bin is not available for ${system}.";
@ -20,8 +20,8 @@ let
hash =
{
aarch64-linux = "sha256-sNf78pVUOEziPnGQCQJX/rXKE28UViazre+rstU/h4s=";
x86_64-linux = "sha256-MtPMIDuKvc6MLtkWopgSQ2TgxI6DtxlvVR52m2pIm/g=";
aarch64-linux = "sha256-y5WLtcHpEkYoPHOcCPDpE+d5nJd5Hn26G6znsd6ljuA=";
x86_64-linux = "sha256-i8e/dn5revJhxLboUYk1bzC8fmx4ERnp2RHfHXRfgKg=";
}
.${system} or throwSystem;
in