nginxModules.pam: init at 1.4

This commit is contained in:
Nikolay Amiantov 2015-10-19 11:49:03 +03:00
parent 9424238d14
commit d2fc6e6a02

View file

@ -98,4 +98,14 @@
sha256 = "1ycb5zd9sw60ra53jpak1m73zwrjikwhrrh9q6266h1mlyns7zxm";
};
};
pam = {
src = fetchFromGitHub {
owner = "stogh";
repo = "ngx_http_auth_pam_module";
rev = "v1.4";
sha256 = "068zwyrc1dji55rlaj2kx6n0v2n5rpj7nz26ipvz26ida712md35";
};
inputs = [ pkgs.pam ];
};
}