Merge pull request #139209 from ncfavier/nginx-upload

nginxModules.upload: init at 2.3.0
This commit is contained in:
ajs124 2021-10-09 19:07:35 +02:00 committed by GitHub
commit 9428e42de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,6 +452,16 @@ in
};
};
upload = {
src = fetchFromGitHub {
name = "upload";
owner = "fdintino";
repo = "nginx-upload-module";
rev = "2.3.0";
sha256 = "8veZP516oC7TESO368ZsZreetbDt+1eTcamk7P1kWjU=";
};
};
upstream-check = {
src = fetchFromGitHub {
name = "upstream-check";