envoy: 1.16.2 -> 1.16.4

resolving CVE-2021-29258
This commit is contained in:
Robert Scott 2021-06-12 22:59:29 +01:00
parent 81b3481d79
commit dd24b1bc0a
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ let
# However, the version string is more useful for end-users. # However, the version string is more useful for end-users.
# These are contained in a attrset of their own to make it obvious that # These are contained in a attrset of their own to make it obvious that
# people should update both. # people should update both.
version = "1.16.2"; version = "1.16.4";
commit = "e98e41a8e168af7acae8079fc0cd68155f699aa3"; commit = "bf5d0eb44b781ac26ff1513700bcb114b7cf4300";
}; };
in in
buildBazelPackage rec { buildBazelPackage rec {
@ -26,7 +26,7 @@ buildBazelPackage rec {
owner = "envoyproxy"; owner = "envoyproxy";
repo = "envoy"; repo = "envoy";
rev = srcVer.commit; rev = srcVer.commit;
hash = "sha256-aWVMRKFCZzf9/96NRPCP4jiW38DJhXyi0gEqW7uIpnQ="; sha256 = "0zabb9w4x3lai4ly4qq85dfslpm95ag9dyvl7y0bh4r9prbvqh7w";
extraPostFetch = '' extraPostFetch = ''
chmod -R +w $out chmod -R +w $out