summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorIzorkin <Izorkin@gmail.com>2018-07-27 20:05:20 +0300
committerIzorkin <Izorkin@gmail.com>2018-07-29 14:54:08 +0300
commitaa68f56c0a6a288529bd1075b83756b4ec911532 (patch)
treefce1e61f581414160b855abce222e471e07c3378 /pkgs/servers/http
parentf8e8ecde51b49132d7f8d5adb971c0e37eddcdc2 (diff)
downloadnixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar.gz
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar.bz2
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar.lz
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar.xz
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.tar.zst
nixlib-aa68f56c0a6a288529bd1075b83756b4ec911532.zip
nginxModules.vts: init at v0.1.18
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/modules.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 0910a6d05844..816d9c5c3da5 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -214,4 +214,13 @@
       sha256 = "1cjisxw1wykll683nw09k0i1nvzslp4dr59x58cvarpk43paim2y";
     };
   };
+
+  vts = {
+    src = fetchFromGitHub {
+      owner = "vozlt";
+      repo = "nginx-module-vts";
+      rev = "v0.1.18";
+      sha256 = "1jq2s9k7hah3b317hfn9y3g1q4g4x58k209psrfsqs718a9sw8c7";
+    };
+  };
 }