forked from mirrors/nixpkgs
Upgraded Apache Tomcat to 6.0.26
svn path=/nixpkgs/trunk/; revision=20606
This commit is contained in:
parent
65ef5d1328
commit
2dce3019bf
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "apache-tomcat-6.0.20";
|
||||
name = "apache-tomcat-6.0.26";
|
||||
|
||||
builder = ./builder-6.0.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://apache.mirrors.webazilla.nl/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.tar.gz;
|
||||
sha256 = "0vh48rvbynawivqm3hs7453527g8qns9kcj7vmihjpf21mrc2hx4";
|
||||
url = http://apache.proserve.nl/tomcat/tomcat-6/v6.0.26/bin/apache-tomcat-6.0.26.tar.gz;
|
||||
sha256 = "0rxaz7wkw6xas9f2jslb6kp1prllhpqmq7c3h0ig19j146mrjbls";
|
||||
};
|
||||
|
||||
inherit jdk;
|
||||
|
|
Loading…
Reference in a new issue