Skip to content

Commit 2cecb79

Browse files
committed
envoy: 1.32.0 -> 1.32.3
Signed-off-by: Paul Meyer <[email protected]>
1 parent 20436cd commit 2cecb79

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
@@ -30,16 +30,16 @@ let
3030
# However, the version string is more useful for end-users.
3131
# These are contained in a attrset of their own to make it obvious that
3232
# people should update both.
33-
version = "1.32.0";
34-
rev = "86dc7ef91ca15fb4957a74bd599397413fc26a24";
35-
hash = "sha256-Sb87yQXtNbKrqPVujPbfOE+Y8ARmW+HyqMmLLa5tPmA=";
33+
version = "1.32.3";
34+
rev = "58bd599ebd5918d4d005de60954fcd2cb00abd95";
35+
hash = "sha256-5HpxcsAPoyVOJ3Aem+ZjSLa8Zu6s76iCMiWJbp8RjHc=";
3636
};
3737

3838
# these need to be updated for any changes to fetchAttrs
3939
depsHash =
4040
{
41-
x86_64-linux = "sha256-qny2l+gIoWCVRZIodd/Tzuj88f/+ajNXeZo/b9XEfVE=";
42-
aarch64-linux = "sha256-DkibjmY1YND9Q2aQ41bhNdch0SKM5ghY2mjYSQfV31N=";
41+
x86_64-linux = "sha256-YFXNatolLM9DdwkMnc9SWsa6Z6/aGzqLmo/zKE7OFy0=";
42+
aarch64-linux = "sha256-AjG1OBjPjiSwWCmIJgHevSQHx8+rzRgmLsw3JwwD0hk=";
4343
}
4444
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
4545

0 commit comments

Comments
 (0)