about summary refs log tree commit diff
path: root/pkgs/servers/http/jetty/12.x.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-14 23:42:58 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 15:14:25 +0100
commitc7d414ef389f42959b71d6c274f70fec7aaa8e9b (patch)
tree50417ed69015e26d24b054fca84c32228529016c /pkgs/servers/http/jetty/12.x.nix
parent2c94d267c2bd0f154ad5479da4d23e49f39ed5a1 (diff)
jetty_11,jetty_12: init
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 0000000000000..4dba445b6b90e
--- /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=";
+}