jetty: 11.0.12 -> 11.0.13

This commit is contained in:
R. Ryantm 2022-12-31 00:41:31 +00:00 committed by Bobby Rong
parent f3736db70d
commit 409c646eeb

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "jetty";
version = "11.0.12";
version = "11.0.13";
src = fetchurl {
url = "mirror://maven/org/eclipse/jetty/jetty-home/${version}/jetty-home-${version}.tar.gz";
sha256 = "sha256-otRm4hOJYK5QbWYevMosQlrSbmcni4ZREvwBo751JOQ=";
sha256 = "sha256-RZryj2AJKKv13iwRBVwushOpPFLUj7wd4JIgJ6JVIz4=";
};
dontBuild = true;