mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
jetty61: update from 6.1.21 to 6.1.26
This commit is contained in:
parent
b3f1ee3863
commit
3f39947054
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user