Skip to content

Commit 24c5472

Browse files
envoy-bin: 1.33.2 -> 1.34.0 (#399206)
2 parents 13ae608 + 32c7752 commit 24c5472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/en/envoy-bin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
versionCheckHook,
99
}:
1010
let
11-
version = "1.33.2";
11+
version = "1.34.0";
1212
inherit (stdenv.hostPlatform) system;
1313
throwSystem = throw "envoy-bin is not available for ${system}.";
1414

@@ -21,8 +21,8 @@ let
2121

2222
hash =
2323
{
24-
aarch64-linux = "sha256-gew2iaghIu/wymgMSBdvTTUbb5iBp5zJ2QeKb7Swtqg=";
25-
x86_64-linux = "sha256-vS/4fF78lf14gNcQkV9XPBqrTZxV2NqIbc2R30P610E=";
24+
aarch64-linux = "sha256-VVEYQ25ZNmWftuhLOOZnxKaosQFeMHsQdkAzIq+zEM0=";
25+
x86_64-linux = "sha256-FavpvY1hYNOnlFQE2NV3O8z9gyKGpD01oU/wute9iRA=";
2626
}
2727
.${system} or throwSystem;
2828
in

0 commit comments

Comments
 (0)