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 {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "apache-tomcat-6.0.16";
|
name = "apache-tomcat-6.0.18";
|
||||||
|
|
||||||
builder = ./builder-6.0.sh;
|
builder = ./builder-6.0.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://apache.mirrors.webazilla.nl/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.tar.gz;
|
url = http://apache.mirrors.webazilla.nl/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz;
|
||||||
md5 = "4985fed02341a9e04ea43e91e6444ace";
|
md5 = "8354e156f097158f8d7b699078fd39c1";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit jdk;
|
inherit jdk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user