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.
1 parent 81b3481 commit dd24b1bCopy full SHA for dd24b1b
1 file changed
pkgs/servers/http/envoy/default.nix
@@ -15,8 +15,8 @@ let
15
# However, the version string is more useful for end-users.
16
# These are contained in a attrset of their own to make it obvious that
17
# people should update both.
18
- version = "1.16.2";
19
- commit = "e98e41a8e168af7acae8079fc0cd68155f699aa3";
+ version = "1.16.4";
+ commit = "bf5d0eb44b781ac26ff1513700bcb114b7cf4300";
20
};
21
in
22
buildBazelPackage rec {
@@ -26,7 +26,7 @@ buildBazelPackage rec {
26
owner = "envoyproxy";
27
repo = "envoy";
28
rev = srcVer.commit;
29
- hash = "sha256-aWVMRKFCZzf9/96NRPCP4jiW38DJhXyi0gEqW7uIpnQ=";
+ sha256 = "0zabb9w4x3lai4ly4qq85dfslpm95ag9dyvl7y0bh4r9prbvqh7w";
30
31
extraPostFetch = ''
32
chmod -R +w $out
0 commit comments