Merge pull request #111357 from lbpdt/feature/spnego-http-auth-nginx-module

nginxModules.spnego-http-auth-nginx-module: init at 16.04.2020
This commit is contained in:
Benjamin Hipple 2021-02-08 12:30:49 -05:00 committed by GitHub
commit 5f39471ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -370,6 +370,16 @@ in
};
};
spnego-http-auth = {
src = fetchFromGitHub {
name = "spnego-http-auth";
owner = "stnoonan";
repo = "spnego-http-auth-nginx-module";
rev = "72c8ee04c81f929ec84d5a6d126f789b77781a8c";
sha256 = "05rw3a7cv651951li995r5l1yzz6kwkm2xpbd59jsfzd74bw941i";
};
};
statsd = {
src = fetchFromGitHub {
name = "statsd";