nginxModules.pam: 1.5.2 -> 1.5.3

This fixes deny statements:
https://github.com/sto/ngx_http_auth_pam_module/issues/25
This commit is contained in:
Janne Heß 2021-12-05 21:24:22 +01:00
parent e98afa97d3
commit b9811a5aeb
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -293,10 +293,10 @@ in
pam = {
src = fetchFromGitHub {
name = "pam";
owner = "stogh";
owner = "sto";
repo = "ngx_http_auth_pam_module";
rev = "v1.5.2";
sha256 = "06nydxk82rc9yrw4408nakb197flxh4z1yv935crg65fn9706rl7";
rev = "v1.5.3";
sha256 = "sha256:09lnljdhjg65643bc4535z378lsn4llbq67zcxlln0pizk9y921a";
};
inputs = [ pkgs.pam ];
};