Merge pull request #233002 from LeSuisse/tomcat9-9.0.75

tomcat9: 9.0.68 -> 9.0.75
This commit is contained in:
Robert Scott 2023-05-20 19:07:43 +01:00 committed by GitHub
commit 6ace7552e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ let
in {
tomcat9 = common {
versionMajor = "9";
versionMinor = "0.68";
sha256 = "sha256-rxsv8zEIIbTel4CqIuncS5pellGwgHamKRa0KgzsOF0=";
versionMinor = "0.75";
sha256 = "sha256-VWfKg789z+ns1g3hDsCZFYQ+PsdqUEBeBHCihkGZelk=";
};
tomcat10 = common {