Merge pull request #256954 from LeSuisse/jetty-11.0.16

jetty: 11.0.15 -> 11.0.16
This commit is contained in:
Fabián Heredia Montiel 2023-09-25 21:09:37 -06:00 committed by GitHub
commit 85522a098a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jetty";
version = "11.0.15";
version = "11.0.16";
src = fetchurl {
url = "mirror://maven/org/eclipse/jetty/jetty-home/${version}/jetty-home-${version}.tar.gz";
sha256 = "sha256-bDg3CYPAGryqRv/gcPdeZKucXx6YTkkNd0Cu1+zIjto=";
hash = "sha256-iL1s4o/1Hds0N/fzXgwOMriPtZNG7ei2t4frF1ImW+E=";
};
dontBuild = true;