Skip to content

Commit

Permalink
tomcat11: init at 11.0.0 (NixOS#351252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 28, 2024
2 parents 063efee + d18ec54 commit e8900b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pkgs/servers/http/tomcat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ let
"out"
"webapps"
];

installPhase = ''
mkdir $out
mv * $out
Expand Down Expand Up @@ -67,4 +68,9 @@ in
version = "10.1.30";
hash = "sha256-jeWoCPPcdirOZ5SM2Q0TJ7EWgWYiBE3IdQ8EIH35Ci4=";
};

tomcat11 = common {
version = "11.0.0";
hash = "sha256-0MoxmvNJg49ZAJqcXtNwnwI0QgEFnbwm3OQxPulpzSA=";
};
}
5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25084,7 +25084,10 @@ with pkgs;

inherit (callPackages ../servers/http/tomcat { })
tomcat9
tomcat10;
tomcat10
tomcat11;

tomcat = tomcat11;

tomcat_mysql_jdbc = callPackage ../servers/http/tomcat/jdbc/mysql { };

Expand Down

0 comments on commit e8900b6

Please sign in to comment.