summary refs log tree commit diff
path: root/pkgs/servers/http/jetty/12.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/jetty/12.x.nix')
-rw-r--r--pkgs/servers/http/jetty/12.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/http/jetty/12.x.nix b/pkgs/servers/http/jetty/12.x.nix
new file mode 100644
index 00000000000..4dba445b6b9
--- /dev/null
+++ b/pkgs/servers/http/jetty/12.x.nix
@@ -0,0 +1,4 @@
+import ./common.nix {
+  version = "12.0.3";
+  hash = "sha256-Z/jJKKzoqTPZnoFOMwbpSd/Kd1w+rXloKH+aw6aNrKs=";
+}