Merge pull request #40444 from jfrankenau/nginx-ipscrub

nginxModules.ipscrub: init at 99230f6
This commit is contained in:
Matthew Justin Bauer 2018-05-18 21:47:06 -05:00 committed by GitHub
commit 64fb6c3593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,15 @@
inputs = [ pkgs.brotli ];
};
ipscrub = {
src = fetchFromGitHub {
owner = "masonicboom";
repo = "ipscrub";
rev = "99230f66d5afe1f929cf4ed217901acb6206f620";
sha256 = "0mfrwkg4srql38w713pg6qxi0h4hgy8inkvgc9cm80bwlv2ng9s1";
} + "/ipscrub";
};
rtmp ={
src = fetchFromGitHub {
owner = "arut";