forked from mirrors/nixpkgs
jetty: Update from 9.2.5 to 9.2.11
This commit is contained in:
parent
9aa07ac846
commit
8a7c23456d
|
@ -4,9 +4,9 @@ stdenv.mkDerivation rec {
|
|||
name = "jetty-9.2.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.2.5.v20141112.tar.gz&r=1";
|
||||
name = "jetty-distribution-9.2.5.v20141112.tar.gz";
|
||||
sha256 = "1azqhvvqm9il5n07vms5vv27vr3qhmsy44nmqcgsaggq7p37swf1";
|
||||
url = "http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.2.11.v20150529.tar.gz&r=1";
|
||||
name = "jetty-distribution-9.2.11.v20150529.tar.gz";
|
||||
sha256 = "1d9s9l64b1l3x6vkx8qwgzfqwm55iq5g9xjjm2h2akf494yx1mrd";
|
||||
};
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
|
Loading…
Reference in a new issue