about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-27 18:01:53 +0000
committerGitHub <noreply@github.com>2023-07-27 18:01:53 +0000
commit824f21d74883af5ebb0bd442213a0d97671ca588 (patch)
treee2be222e432693ab15aa5273c002628a88090a02 /pkgs/servers
parent433ca822324e45d3f9267e3f7a2cc90e0e66bf04 (diff)
parent3e9a3ac490b7d0d0560b8f8290537ee148dd322b (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/tengine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/tengine/default.nix b/pkgs/servers/http/tengine/default.nix
index 5b1edb5a2d86c..e80185ac5cbb4 100644
--- a/pkgs/servers/http/tengine/default.nix
+++ b/pkgs/servers/http/tengine/default.nix
@@ -10,14 +10,14 @@
 with lib;
 
 stdenv.mkDerivation rec {
-  version = "2.4.1";
+  version = "3.0.0";
   pname = "tengine";
 
   src = fetchFromGitHub {
     owner = "alibaba";
     repo = pname;
     rev = version;
-    hash = "sha256-h9PFzJc/29WFe4mW+xpJAL1Z2XqBxMEtQeN5DMgOVBA=";
+    hash = "sha256-nUwPT7374dfE/T6yuCUynObq6LxBHDp90Dj2JGwJ4+M=";
   };
 
   buildInputs =