tomcat9: 9.0.82 -> 9.0.83

This commit is contained in:
Anthony Roussel 2023-11-29 07:45:58 +01:00
parent 0e82926287
commit 1c32875fb3
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -41,8 +41,8 @@ let
in {
tomcat9 = common {
versionMajor = "9";
versionMinor = "0.82";
sha256 = "sha256-xvRGXDUkYaHFYacUPg81Xf0xyTbdsc1XP/PmqMR8bQc=";
versionMinor = "0.83";
sha256 = "sha256-dgktroncHzrm3RFATWSFJ2GkAfGM03PJO1/37yzk+Qo=";
};
tomcat10 = common {