envoy-bin: 1.34.0 -> 1.34.1

https://github.com/envoyproxy/envoy/releases/tag/v1.34.1
This commit is contained in:
Adam C. Stephens 2025-05-08 12:14:07 +00:00
parent 6724b0bfcb
commit 75a948613f
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
versionCheckHook,
}:
let
version = "1.34.0";
version = "1.34.1";
inherit (stdenv.hostPlatform) system;
throwSystem = throw "envoy-bin is not available for ${system}.";
@ -21,8 +21,8 @@ let
hash =
{
aarch64-linux = "sha256-VVEYQ25ZNmWftuhLOOZnxKaosQFeMHsQdkAzIq+zEM0=";
x86_64-linux = "sha256-FavpvY1hYNOnlFQE2NV3O8z9gyKGpD01oU/wute9iRA=";
aarch64-linux = "sha256-7v9KwHdQIF4dElsvTPxsJNnpxfLJk3TQ4tCgzwqsebs=";
x86_64-linux = "sha256-iCZNZRh2qa0oqn4Jjj34Q1cEBM9gts6WjESWykorbp0=";
}
.${system} or throwSystem;
in