mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
Merge pull request #5555 from offlinehacker/pkgs/nginx/syslog_fix_rev
nginx: syslog extension, fix git revision
This commit is contained in:
commit
a6fd4673b0
@ -33,8 +33,8 @@ let
|
|||||||
syslog-ext = fetchFromGitHub {
|
syslog-ext = fetchFromGitHub {
|
||||||
owner = "yaoweibin";
|
owner = "yaoweibin";
|
||||||
repo = "nginx_syslog_patch";
|
repo = "nginx_syslog_patch";
|
||||||
rev = "v0.25";
|
rev = "3ca5ba65541637f74467038aa032e2586321d0cb";
|
||||||
sha256 = "0734f884838wcjyrrddn8wzj834wid1zffrk093jrx18447cryxl";
|
sha256 = "0y8dxkx8m1jw4v5zsvw1gfah9vh3ryq0hfmrcbjzcmwp5b5lb1i8";
|
||||||
};
|
};
|
||||||
|
|
||||||
moreheaders-ext = fetchFromGitHub {
|
moreheaders-ext = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user