mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
37168c6cea
commit
4c331d72e0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue