tomcat8: 8.5.42 -> 8.5.51

This commit is contained in:
Aaron Andersen 2020-03-11 07:48:13 -04:00
parent 78b0222cb2
commit 22f24f7859
3 changed files with 3 additions and 9 deletions

View File

@ -38,14 +38,8 @@ in {
tomcat8 = common {
versionMajor = "8";
versionMinor = "0.53";
sha256 = "1ymp5n6xjqzpqjjlwql195v8r5fsmry7nfax46bafkjw8b24g80r";
};
tomcat85 = common {
versionMajor = "8";
versionMinor = "5.42";
sha256 = "1d90abwwvl0ghr0g0drk48j37wr2zgw74vws9z2rshyzrwgbvgp3";
versionMinor = "5.51";
sha256 = "1zmg0hi4nw4y5sknd0jgq9lb3bncjjscay5fdiiq3qh5cs0wsvl3";
};
tomcat9 = common {

View File

@ -487,6 +487,7 @@ mapAliases ({
tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03
tex-gyre-termes-math = tex-gyre-math.termes; # added 2018-04-03
tftp_hpa = tftp-hpa; # added 2015-04-03
tomcat85 = tomcat8; # added 2020-03-11
torbrowser = tor-browser-bundle-bin; # added 2017-04-05
transporter = throw "transporter has been removed. It was archived upstream, so it's considered abandoned.";
trang = jing-trang; # added 2018-04-25

View File

@ -16009,7 +16009,6 @@ in
inherit (callPackages ../servers/http/tomcat { })
tomcat7
tomcat8
tomcat85
tomcat9;
tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };