envoy-bin: 1.34.8 -> 1.34.9

https://github.com/envoyproxy/envoy/releases/tag/v1.34.9

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-10-16 15:57:17 +02:00
parent ab4c9bdc6c
commit e719bb7fe6

View File

@@ -8,7 +8,7 @@
versionCheckHook,
}:
let
version = "1.34.8";
version = "1.34.9";
inherit (stdenv.hostPlatform) system;
throwSystem = throw "envoy-bin is not available for ${system}.";
@@ -21,8 +21,8 @@ let
hash =
{
aarch64-linux = "sha256-ib7ZvweTo5Phle+P+Zbw0RuYkIV8krSSsQGv4r5wGO0=";
x86_64-linux = "sha256-K4xuLtLMzsq3MPCJl47y2MIAT3i4HAxwgRWTOPkimVk=";
aarch64-linux = "sha256-PsQg9snRRSjOh9z78wKT1Kk5Ye/fgxLYuOmNX9mxrLA=";
x86_64-linux = "sha256-NBSRNabbpzkl5iafMunx8MuqbCznu+28XwXr5jwyelM=";
}
.${system} or throwSystem;
in