summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 08:43:41 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 08:43:41 -0800
commit8e24ea925b30dff43ca8350f447630fbd9163c95 (patch)
treed15aa18422d626cc493eb54b37c3728562df2a39 /pkgs/servers/http
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar.gz
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar.bz2
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar.lz
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar.xz
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.tar.zst
nixpkgs-8e24ea925b30dff43ca8350f447630fbd9163c95.zip
apacheHttpd: 2.4.35 -> 2.4.37
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-httpd/versions
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 b4b4cf49592..bf82e916590 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.35";
+  version = "2.4.37";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "0mlvwsm7hmpc7db6lfc2nx3v4cll3qljjxhjhgsw6aniskywc1r6";
+    sha256 = "09npb7vlz5sizgj0nvl0bqxj9zig29ipkp07fgmw5ykjcxfdr61l";
   };
 
   # FIXME: -dev depends on -doc