mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user