Merge pull request #308094 from anthonyroussel/update-tomcat

tomcat10: 10.1.20 -> 10.1.23, tomcat9: 9.0.87 -> 9.0.88
This commit is contained in:
Aleksana 2024-05-06 23:23:40 +08:00 committed by GitHub
commit 632d845324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,12 +39,12 @@ let
in { in {
tomcat9 = common { tomcat9 = common {
version = "9.0.87"; version = "9.0.88";
hash = "sha256-2kgvuSIAhtvzceGAqgnGQCr48EhYZzTN7dSgjEjUzgI="; hash = "sha256-vvgcyqT318ieqG61b2NDxRzXkzdMjswgOLen9eJ9Zig=";
}; };
tomcat10 = common { tomcat10 = common {
version = "10.1.20"; version = "10.1.23";
hash = "sha256-hCfFUJ8U5IKUCgFfP2DeIDQtPXLI3qmYKk1xEstxpu4="; hash = "sha256-pVcsnpD/geoWaB35cXa7ap9Texw/vg/7pSl/7lnDmKo=";
}; };
} }