nginxModules.url: init at rev 9299816

This commit is contained in:
Izorkin 2018-08-04 20:22:42 +03:00
parent a5674cebb9
commit 29b3e11541

View File

@ -261,6 +261,15 @@
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
};
url = {
src = fetchFromGitHub {
owner = "vozlt";
repo = "nginx-module-url";
rev = "9299816ca6bc395625c3683fbd2aa7b916bfe91e";
sha256 = "0mk1gjmfnry6hgdsnlavww9bn7223idw50jlkhh5k00q5509w4ip";
};
};
vts = {
src = fetchFromGitHub {
owner = "vozlt";