mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Updated Apache Tomcat to 6.0.18
svn path=/nixpkgs/trunk/; revision=13776
This commit is contained in:
parent
739ef5e82a
commit
2d0881a5ff
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "apache-tomcat-6.0.16";
|
||||
name = "apache-tomcat-6.0.18";
|
||||
|
||||
builder = ./builder-6.0.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://apache.mirrors.webazilla.nl/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.tar.gz;
|
||||
md5 = "4985fed02341a9e04ea43e91e6444ace";
|
||||
url = http://apache.mirrors.webazilla.nl/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz;
|
||||
md5 = "8354e156f097158f8d7b699078fd39c1";
|
||||
};
|
||||
|
||||
inherit jdk;
|
||||
|
Loading…
Reference in New Issue
Block a user