1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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";