mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #215914 from marsam/update-tengine
tengine: 2.3.4 -> 2.4.0
This commit is contained in:
commit
aad47a0188
@ -2,13 +2,11 @@ diff --git a/auto/unix b/auto/unix
|
||||
index a38c12dc..025a4899 100644
|
||||
--- a/auto/unix
|
||||
+++ b/auto/unix
|
||||
@@ -1072,9 +1072,7 @@ ngx_feature_test='int fd;
|
||||
@@ -1072,7 +1072,5 @@ ngx_feature_test='int fd;
|
||||
|
||||
|
||||
# Auto read nameserver from /etc/resolv.conf.
|
||||
# Tengine: auto read nameserver from /etc/resolv.conf.
|
||||
- if [ -f "/etc/resolv.conf" ]; then
|
||||
have=NGX_RESOLVER_FILE
|
||||
value=\"/etc/resolv.conf\"
|
||||
. auto/define
|
||||
have=NGX_RESOLVER_FILE value="\"/etc/resolv.conf\"" . auto/define
|
||||
-fi
|
||||
|
||||
|
@ -10,14 +10,14 @@
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.3.4";
|
||||
version = "2.4.0";
|
||||
pname = "tengine";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alibaba";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-0xue5XDvK9U64+rka8GRNv2lX62zcrYA1Tz7DrsA0ts=";
|
||||
hash = "sha256-h/eSa2wCPvnX29wdtDHNQh8r1No1/YGinZNYU2MnsTM=";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user