From 56ab5500a3263eae9b3aba121b9bdf02f19acabb Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 17 Jan 2024 12:21:59 +0100 Subject: [PATCH] jetty_12: 12.0.3 -> 12.0.5 https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.5 https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.4 --- 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 4dba445b6b90..2115879b8a29 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.3"; - hash = "sha256-Z/jJKKzoqTPZnoFOMwbpSd/Kd1w+rXloKH+aw6aNrKs="; + version = "12.0.5"; + hash = "sha256-TnKoDgn59t0m5dBuMISQPpQrIFcTsv77V/KXJabpsyA="; }