nginxModules.url: init at rev 9299816
This commit is contained in:
parent
a5674cebb9
commit
29b3e11541
@ -261,6 +261,15 @@
|
|||||||
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
|
inputs = [ pkgs.msgpuck.dev pkgs.yajl ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
url = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "vozlt";
|
||||||
|
repo = "nginx-module-url";
|
||||||
|
rev = "9299816ca6bc395625c3683fbd2aa7b916bfe91e";
|
||||||
|
sha256 = "0mk1gjmfnry6hgdsnlavww9bn7223idw50jlkhh5k00q5509w4ip";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vts = {
|
vts = {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vozlt";
|
owner = "vozlt";
|
||||||
|
Loading…
Reference in New Issue
Block a user