jetty: 11.0.12 -> 11.0.13

This commit is contained in:
R. Ryantm
2023-01-02 20:05:06 +08:00
committed by Bobby Rong
parent f3736db70d
commit 409c646eeb
+2 -2
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;