3
0
Fork 0
forked from mirrors/nixpkgs

jetty: 5.1.4 -> 6.1.4

This commit is contained in:
Matthias Beyer 2015-09-29 10:41:26 +02:00
parent 5602d609c7
commit e547393fac

View file

@ -1,13 +1,13 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "jetty-5.1.4";
name = "jetty-6.1.4";
builder = ./bin-builder.sh;
buildInputs = [unzip];
src = fetchurl {
url = mirror://sourceforge/jetty/jetty-5.1.4.zip;
sha256 = "1lzvsrlybrf3zzzv4hi2v82qzpkfkib3xbwwlya8c08gf0360mrk";
url = mirror://sourceforge/jetty/jetty-6.1.4.zip;
sha256 = "061cx442g5a5szzms9zhnfmr4aipmqyy9r8m5r84gr79gz9z6dv0";
};
}