diff options
Diffstat (limited to 'pkgs/servers/http/jetty/12.x.nix')
-rw-r--r-- | pkgs/servers/http/jetty/12.x.nix | 4 |
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="; +} |