about summary refs log tree commit diff
path: root/pkgs/servers/http/unit
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-01 03:31:21 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-22 11:33:11 +0800
commit7cee3545ccf42afe6ed931eec907e2ba3f9c1dce (patch)
treeac1cd9c1a42d08e3240053a252b715f99ad7dba2 /pkgs/servers/http/unit
parent782f2134767f67a488c2a7bb61a36fa1ce99f73d (diff)
downloadnixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar.gz
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar.bz2
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar.lz
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar.xz
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.tar.zst
nixlib-7cee3545ccf42afe6ed931eec907e2ba3f9c1dce.zip
unit: 1.27.0 -> 1.28.0
Diffstat (limited to 'pkgs/servers/http/unit')
-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 c1174383c95f..5ce6af5aae4a 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.27.0";
+  version = "1.28.0";
   pname = "unit";
 
   src = fetchFromGitHub {
     owner = "nginx";
     repo = pname;
     rev = version;
-    sha256 = "sha256-H/WIrCyocEO/HZfVMyI9IwD565JsUIzC8n1qUYmCvWc=";
+    sha256 = "sha256-nsalloOghC8tOMRP/N/L2raOmWwA4cz6Yr6H3IHHbR4=";
   };
 
   nativeBuildInputs = [ which ];