tomcat9: 9.0.0.M17 -> 9.0.2

also renamed from tomcatUnstable to tomcat9
This commit is contained in:
Andreas Rammhold 2018-01-08 18:14:20 +01:00 committed by Robin Gloster
parent 3498654f27
commit 637d5dd00c
3 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ in
type = types.package;
default = pkgs.tomcat85;
defaultText = "pkgs.tomcat85";
example = lib.literalExample "pkgs.tomcatUnstable";
example = lib.literalExample "pkgs.tomcat9";
description = ''
Which tomcat package to use.
'';

View file

@ -48,9 +48,9 @@ in {
sha256 = "1qnww70x75c0qf2wn8mkpz5lszggjnh78dpb4chyw2fnbm3wxain";
};
tomcatUnstable = common {
tomcat9 = common {
versionMajor = "9";
versionMinor = "0.0.M17";
sha256 = "1ilvka2062m7412bj2fsdwvfxbrjyj9qxcia40hhv22prvkxw3cg";
versionMinor = "0.2";
sha256 = "0aaykzi0b2xsdmjp60ihcjzh1m95p0a79kn5l2v7vgbkyg449638";
};
}

View file

@ -12295,7 +12295,7 @@ with pkgs;
tomcat7
tomcat8
tomcat85
tomcatUnstable;
tomcat9;
tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };