jetty61: update from 6.1.21 to 6.1.26

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:12:23 +02:00 committed by Evgeny Egorochkin
parent b3f1ee3863
commit 3f39947054

View File

@ -1,13 +1,13 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "jetty-6.1.21";
name = "jetty-6.1.26";
builder = ./bin-builder.sh;
buildInputs = [unzip];
src = fetchurl {
url = http://dist.codehaus.org/jetty/jetty-6.1.21/jetty-6.1.21.zip;
sha256 = "1nrjglrmf29m1j1c80nskngmlqmc5vc7c48fggczn605l722cwaw";
url = http://dist.codehaus.org/jetty/jetty-6.1.26/jetty-6.1.26.zip;
sha256 = "11w1ciayv8zvxjg45xzs0kwc7k45x97sbnxkqb62sxy3gsw8xh4n";
};
}