about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
committerVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
commite233a9d4dd1484d2b79e496d45f5e785642638ef (patch)
tree499ab40e63dafe5b272106ed386a568af6a9d16e /pkgs/servers
parentf63bc540cbd559736f1671e4ee10e4560b3d5d2a (diff)
parentd96487b9cadb27aba64cb05c2e4962fb3c9e1890 (diff)
downloadnixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.gz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.bz2
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.lz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.xz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.zst
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.zip
Merge #84442: staging-next branch
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index c84790ba1060..8d8a0fceefb4 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
 assert http2Support -> nghttp2 != null;
 
 stdenv.mkDerivation rec {
-  version = "2.4.41";
+  version = "2.4.43";
   pname = "apache-httpd";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "0h7a31yxwyh7h521frnmlppl0h7sh9icc3ka6vlmlcg5iwllhg8k";
+    sha256 = "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4";
   };
 
   # FIXME: -dev depends on -doc