From a4ec043bf5de4d5f133e186e135eeb590a08ff21 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 17 Jan 2024 12:21:36 +0100 Subject: [PATCH] jetty_11: 11.0.18 -> 11.0.19 https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.19 --- pkgs/servers/http/jetty/11.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/jetty/11.x.nix b/pkgs/servers/http/jetty/11.x.nix index 3196b24d7485..b6a1d4599c1e 100644 --- a/pkgs/servers/http/jetty/11.x.nix +++ b/pkgs/servers/http/jetty/11.x.nix @@ -1,4 +1,4 @@ import ./common.nix { - version = "11.0.18"; - hash = "sha256-HxtO2r6YWo6+MAYUgk7dNSPDqQZoyO9t/8NdI5pPkL4="; + version = "11.0.19"; + hash = "sha256-CJpJSeIuFNiduCpiSoa52vYIncWn5/tMEgMVslJCcy0="; }