From 4c331d72e0afc72d1acf69d17fcf9a7cb45f27c4 Mon Sep 17 00:00:00 2001 From: Charlotte Hartmann Paludo Date: Fri, 5 Jun 2026 13:28:08 +0200 Subject: [PATCH] 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 --- pkgs/by-name/en/envoy-bin/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/en/envoy-bin/package.nix b/pkgs/by-name/en/envoy-bin/package.nix index 9477b40bb382..7350736f1712 100644 --- a/pkgs/by-name/en/envoy-bin/package.nix +++ b/pkgs/by-name/en/envoy-bin/package.nix @@ -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