mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
envoy-bin: 1.34.0 -> 1.34.1
https://github.com/envoyproxy/envoy/releases/tag/v1.34.1
This commit is contained in:
parent
6724b0bfcb
commit
75a948613f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue