Skip to content

Commit b6a128b

Browse files
authored
envoy: 1.34.0 -> 1.34.2 (NixOS#423998)
2 parents 0f8bad9 + 72a72db commit b6a128b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ let
3434
# However, the version string is more useful for end-users.
3535
# These are contained in a attrset of their own to make it obvious that
3636
# people should update both.
37-
version = "1.34.0";
38-
rev = "d7809ba2b07fd869d49bfb122b27f6a7977b4d94";
39-
hash = "sha256-SKdUrBXe0E3fMo73NROFO9Ck5FZidF/awP+QRA5t3VM=";
37+
version = "1.34.2";
38+
rev = "c657e59fac461e406c8fdbe57ced833ddc236ee1";
39+
hash = "sha256-f9JsgHEyOg1ZoEb7d3gy3+qoovpA3oOx6O8yL0U8mhI=";
4040
};
4141

4242
# these need to be updated for any changes to fetchAttrs
4343
depsHash =
4444
{
45-
x86_64-linux = "sha256-CiP9qH8/+nNZM8BNz84eVwWphVyDNo2KOYcK0wOsXn0=";
46-
aarch64-linux = "sha256-9HGg68R546JY1EOm22tg9CuPt0nU+FooFcLG9A2hkzE=";
45+
x86_64-linux = "sha256-CczmVD/3tWR3LygXc3cTAyrMPZUTajqtRew85wBM5mY=";
46+
aarch64-linux = "sha256-GemlfXHlaHPn1/aBxj2Ve9tuwsEdlQQCU1v57378Dgs=";
4747
}
4848
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
4949

0 commit comments

Comments
 (0)