From 1fea515dea7128c42ff73493cbe0b0b9e5b9f124 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Thu, 14 Mar 2024 23:33:08 +0100 Subject: [PATCH] jetty_12: 12.0.5 -> 12.0.7 https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7 --- 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 2115879b8a29..c3ad743310da 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.5"; - hash = "sha256-TnKoDgn59t0m5dBuMISQPpQrIFcTsv77V/KXJabpsyA="; + version = "12.0.7"; + hash = "sha256-n85MgRRWCaa7+KvGH1QyiQ03TFoAw7N2jPCJbmuGZNg="; }