We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ae608 + 32c7752 commit 24c5472Copy full SHA for 24c5472
pkgs/by-name/en/envoy-bin/package.nix
@@ -8,7 +8,7 @@
8
versionCheckHook,
9
}:
10
let
11
- version = "1.33.2";
+ version = "1.34.0";
12
inherit (stdenv.hostPlatform) system;
13
throwSystem = throw "envoy-bin is not available for ${system}.";
14
@@ -21,8 +21,8 @@ let
21
22
hash =
23
{
24
- aarch64-linux = "sha256-gew2iaghIu/wymgMSBdvTTUbb5iBp5zJ2QeKb7Swtqg=";
25
- x86_64-linux = "sha256-vS/4fF78lf14gNcQkV9XPBqrTZxV2NqIbc2R30P610E=";
+ aarch64-linux = "sha256-VVEYQ25ZNmWftuhLOOZnxKaosQFeMHsQdkAzIq+zEM0=";
+ x86_64-linux = "sha256-FavpvY1hYNOnlFQE2NV3O8z9gyKGpD01oU/wute9iRA=";
26
}
27
.${system} or throwSystem;
28
in
0 commit comments