From 154eef1e621907693a18da8b44e6e07bd771ee60 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 1 May 2024 12:54:19 +0200 Subject: [PATCH] jetty: 12.0.7 -> 12.0.8 https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.8 --- pkgs/servers/http/jetty/12.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/jetty/12.x.nix b/pkgs/servers/http/jetty/12.x.nix index c3ad743310da..19aaa867c5df 100644 --- a/pkgs/servers/http/jetty/12.x.nix +++ b/pkgs/servers/http/jetty/12.x.nix @@ -1,4 +1,4 @@ import ./common.nix { - version = "12.0.7"; - hash = "sha256-n85MgRRWCaa7+KvGH1QyiQ03TFoAw7N2jPCJbmuGZNg="; + version = "12.0.8"; + hash = "sha256-lmlt2bjomXl7UWu3FDUBSLGv0oyXV/8kPhRCtfSUW7w="; }