nginxModules.secure-token: init at 2020-08-28
This commit is contained in:
parent
4872487cf4
commit
f98c8b3d04
@ -320,6 +320,17 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
secure-token = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
name = "secure-token";
|
||||||
|
owner = "kaltura";
|
||||||
|
repo = "nginx-secure-token-module";
|
||||||
|
rev = "95bdc0d1aca06ea7fe42555f71e65910bd74914d";
|
||||||
|
sha256 = "19wzck1xzq4kz7nyabcwzlank1k7wi7w2wn2c1mwz374c79g8ggp";
|
||||||
|
};
|
||||||
|
inputs = [ pkgs.openssl ];
|
||||||
|
};
|
||||||
|
|
||||||
set-misc = {
|
set-misc = {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
name = "set-misc";
|
name = "set-misc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user