about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-19 05:58:55 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-02 23:30:18 +0800
commit501848c755f35480e59f4054ba43bc6bf56415d5 (patch)
treec1b337b3325b4ab990ac5a0ddc49843c2ab68f11 /pkgs/servers/http
parentbd3de3c63b30ea8177f650ae1606a203bb8901ea (diff)
unit: 1.28.0 -> 1.29.0
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/unit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/unit/default.nix b/pkgs/servers/http/unit/default.nix
index 5ce6af5aae4a0..87506287a8765 100644
--- a/pkgs/servers/http/unit/default.nix
+++ b/pkgs/servers/http/unit/default.nix
@@ -30,14 +30,14 @@ let
   php81-unit = php81.override phpConfig;
 
 in stdenv.mkDerivation rec {
-  version = "1.28.0";
+  version = "1.29.0";
   pname = "unit";
 
   src = fetchFromGitHub {
     owner = "nginx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-nsalloOghC8tOMRP/N/L2raOmWwA4cz6Yr6H3IHHbR4=";
+    sha256 = "sha256-Na7whutGpd1yLePlcZyiZK9a/Y4YQnv7dkC5FjENqzs=";
   };
 
   nativeBuildInputs = [ which ];