Skip to content

Commit dd24b1b

Browse files
committed
envoy: 1.16.2 -> 1.16.4
resolving CVE-2021-29258
1 parent 81b3481 commit dd24b1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/servers/http/envoy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let
1515
# However, the version string is more useful for end-users.
1616
# These are contained in a attrset of their own to make it obvious that
1717
# people should update both.
18-
version = "1.16.2";
19-
commit = "e98e41a8e168af7acae8079fc0cd68155f699aa3";
18+
version = "1.16.4";
19+
commit = "bf5d0eb44b781ac26ff1513700bcb114b7cf4300";
2020
};
2121
in
2222
buildBazelPackage rec {
@@ -26,7 +26,7 @@ buildBazelPackage rec {
2626
owner = "envoyproxy";
2727
repo = "envoy";
2828
rev = srcVer.commit;
29-
hash = "sha256-aWVMRKFCZzf9/96NRPCP4jiW38DJhXyi0gEqW7uIpnQ=";
29+
sha256 = "0zabb9w4x3lai4ly4qq85dfslpm95ag9dyvl7y0bh4r9prbvqh7w";
3030

3131
extraPostFetch = ''
3232
chmod -R +w $out

0 commit comments

Comments
 (0)