From 8934204212995a0f76e486e0b3a498c3f58978cd Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 11 Mar 2026 18:46:24 +0000 Subject: [PATCH] envoy: 1.36.2 -> 1.36.5 --- pkgs/by-name/en/envoy/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/en/envoy/package.nix b/pkgs/by-name/en/envoy/package.nix index b2788471545a..9e98881d01da 100644 --- a/pkgs/by-name/en/envoy/package.nix +++ b/pkgs/by-name/en/envoy/package.nix @@ -38,9 +38,9 @@ let # However, the version string is more useful for end-users. # These are contained in a attrset of their own to make it obvious that # people should update both. - version = "1.36.2"; - rev = "dc2d3098ae5641555f15c71d5bb5ce0060a8015c"; - hash = "sha256-ll7gn3y2dUW3kMtbUTjfi7ZTviE87S30ptiRlCPec9Q="; + version = "1.36.5"; + rev = "41749943780b54b70b510b1b1a4805ae529e174a"; + hash = "sha256-dT6ehfmW/huuyitqIlYAlEzUE6WrVA39sDKxatkZGaY="; }; # these need to be updated for any changes to fetchAttrs @@ -49,8 +49,8 @@ let depsHash else { - x86_64-linux = "sha256-CUWT2EIHG9vWo4aUbA18SpYn2HTa9haWNo7lGLN8ihw="; - aarch64-linux = "sha256-bdFQlvBi7UG2oV8h74geNZbDQCXh+4oIQxD8JNtpWf4="; + x86_64-linux = "sha256-ty429bQBZRNKMWsjUUv07ICrq5d4FjR1zjtO+nbbqiA="; + aarch64-linux = "sha256-59sY+bpGsKMDthcj+jw00WhN+vsP5MOTXy0m8HJxebM="; } .${stdenv.system} or (throw "unsupported system ${stdenv.system}");