about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-14 23:33:08 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-14 23:33:08 +0100
commit1fea515dea7128c42ff73493cbe0b0b9e5b9f124 (patch)
tree78bff0b182eef8aabfca50a5fe8de26d99889c0d
parent0fe8cdd55202bdcaf3e98bae660d1c89bc0064ff (diff)
downloadnixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar.gz
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar.bz2
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar.lz
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar.xz
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.tar.zst
nixlib-1fea515dea7128c42ff73493cbe0b0b9e5b9f124.zip
jetty_12: 12.0.5 -> 12.0.7
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7
-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 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=";
 }