mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nginxModules.ipscrub: init at 99230f6
This commit is contained in:
parent
7342fd0eef
commit
db5ab167df
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
|||
inputs = [ pkgs.brotli ];
|
||||
};
|
||||
|
||||
ipscrub = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "masonicboom";
|
||||
repo = "ipscrub";
|
||||
rev = "99230f66d5afe1f929cf4ed217901acb6206f620";
|
||||
sha256 = "0mfrwkg4srql38w713pg6qxi0h4hgy8inkvgc9cm80bwlv2ng9s1";
|
||||
} + "/ipscrub";
|
||||
};
|
||||
|
||||
rtmp ={
|
||||
src = fetchFromGitHub {
|
||||
owner = "arut";
|
||||
|
|
Loading…
Reference in a new issue