about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-04-06 08:54:28 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-04-06 08:54:28 +0200
commit2420184727068aac826c056e4dbc7ad98e6435ee (patch)
tree17e8ded1284f346ce8f67a980e69de517d1f3cb7 /pkgs/servers/http
parenta7e2cb90aad35a8825e5084ef6803907773bc023 (diff)
parent91a20dac08ff1c2483befe90ccbd59c5b16aabde (diff)
downloadnixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar.gz
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar.bz2
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar.lz
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar.xz
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.tar.zst
nixlib-2420184727068aac826c056e4dbc7ad98e6435ee.zip
Merge staging into staging-next
Diffstat (limited to 'pkgs/servers/http')
-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 252365098ddc..2fba3c03e707 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