mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
e98afa97d3
commit
b9811a5aeb
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user