about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorEmmanuel Rosa <emmanuelrosa@protonmail.com>2024-05-11 11:10:16 -0400
committerEmmanuel Rosa <emmanuelrosa@protonmail.com>2024-05-25 15:18:43 -0400
commit6c62ac1befce0185d89e139182a4fe9e2e49c141 (patch)
tree7a0823f6941f6ac3244d87189a6b82d51c6ea051 /pkgs/servers/http
parentd484aa8e20f7e63a0d9479af746ee1fcb230e76c (diff)
jetty: 12.0.8 -> 12.0.9
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/jetty/12.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/jetty/12.x.nix b/pkgs/servers/http/jetty/12.x.nix
index 19aaa867c5dfe..e35533d547a93 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.8";
-  hash = "sha256-lmlt2bjomXl7UWu3FDUBSLGv0oyXV/8kPhRCtfSUW7w=";
+  version = "12.0.9";
+  hash = "sha256-+/pn6Q24QDTaK+Slr+B17fshEXXh6sO1DWRuFGfi2h0=";
 }