3
0
Fork 0
forked from mirrors/nixpkgs

tomcat: 7.0.68 -> 7.0.70, 8.0.32 -> 8.0.37, init 8.5.5, init 9.0.0.M10

This commit is contained in:
danbst 2016-09-07 16:20:54 +00:00 committed by Bjørn Forsman
parent f1072611a4
commit 8511ddc89a
2 changed files with 19 additions and 5 deletions

View file

@ -37,14 +37,26 @@ in {
tomcat7 = common {
versionMajor = "7";
versionMinor = "0.68";
sha256 = "1q5qgci5ia25zqa1k1n2xzarsgk1317ya89mfgg0fmi65x1046ic";
versionMinor = "0.70";
sha256 = "0x4chqb7kkmadmhf2hlank856hw2vpgjl14fak74ybimlcb3dwqk";
};
tomcat8 = common {
versionMajor = "8";
versionMinor = "0.32";
sha256 = "1f59x5z8qf4rzy49m8d5ifi4h1ghkz5r33l3i67sib414h7jc8vy";
versionMinor = "0.37";
sha256 = "0f9d4yxjzwdrayj5l3jyiclnmpb5lffvmsnp54qpf6m3gm7cj5i6";
};
tomcat85 = common {
versionMajor = "8";
versionMinor = "5.5";
sha256 = "0idfxjrw5q45f531gyjnv6xjkbj9nhy2v1w4z7558z96230a0fqj";
};
tomcatUnstable = common {
versionMajor = "9";
versionMinor = "0.0.M10";
sha256 = "0p3pqwz9zjvr9w73divsyaa53mbazf0icxfs06wvgxsvkbgj5gq9";
};
}

View file

@ -10751,7 +10751,9 @@ in
inherit (callPackages ../servers/http/tomcat { })
tomcat6
tomcat7
tomcat8;
tomcat8
tomcat85
tomcatUnstable;
tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };