diff options
| author | Janne Heß <janne@hess.ooo> | 2021-12-05 21:24:22 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-05 23:37:19 +0000 |
| commit | 3315e4c29f23b734471438230c69dd668ee8f1ae (patch) | |
| tree | 2a09e2be0ca720b28c2ec44be874f8be46327147 | |
| parent | Merge pull request #148697 from blitz/copy-desktop-items (diff) | |
| download | nixpkgs-3315e4c29f23b734471438230c69dd668ee8f1ae.tar.gz | |
nginxModules.pam: 1.5.2 -> 1.5.3
This fixes deny statements:
https://github.com/sto/ngx_http_auth_pam_module/issues/25
(cherry picked from commit b9811a5aeb78ff11f146b60c2c4329a7be8eea81)
| -rw-r--r-- | pkgs/servers/http/nginx/modules.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index e6cbff3316a7..e7e9874adbc6 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -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 ]; }; |
