about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-22 06:05:55 +0000
committerGitHub <noreply@github.com>2022-10-22 06:05:55 +0000
commit3c2db12b377d9c8c06659881e125422ff7ac94b2 (patch)
tree9caafe127bde17d6b69131189ae11b0e3c607ecc /pkgs/servers/http
parentc8a9826fe26b36b54ddf708291356c0bc2f168c8 (diff)
parent00a4d236da788cd599362d2150ab3ea6d0cb21f0 (diff)
Merge master into staging-next
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 c1174383c95fb..5ce6af5aae4a0 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 ];