mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
tomcat9: 9.0.0.M17 -> 9.0.2
also renamed from tomcatUnstable to tomcat9
This commit is contained in:
parent
3498654f27
commit
637d5dd00c
@ -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.
|
||||
'';
|
||||
|
@ -48,9 +48,9 @@ in {
|
||||
sha256 = "1qnww70x75c0qf2wn8mkpz5lszggjnh78dpb4chyw2fnbm3wxain";
|
||||
};
|
||||
|
||||
tomcatUnstable = common {
|
||||
tomcat9 = common {
|
||||
versionMajor = "9";
|
||||
versionMinor = "0.0.M17";
|
||||
sha256 = "1ilvka2062m7412bj2fsdwvfxbrjyj9qxcia40hhv22prvkxw3cg";
|
||||
versionMinor = "0.2";
|
||||
sha256 = "0aaykzi0b2xsdmjp60ihcjzh1m95p0a79kn5l2v7vgbkyg449638";
|
||||
};
|
||||
}
|
||||
|
@ -12295,7 +12295,7 @@ with pkgs;
|
||||
tomcat7
|
||||
tomcat8
|
||||
tomcat85
|
||||
tomcatUnstable;
|
||||
tomcat9;
|
||||
|
||||
tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user