Skip to content

Commit

Permalink
apache-httpd: 2.4.28 -> 2.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
eflanagan0 authored and globin committed Oct 24, 2017
1 parent 8a28d84 commit 5a07d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-httpd/2.4.nix
Expand Up @@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;

stdenv.mkDerivation rec {
version = "2.4.28";
version = "2.4.29";
name = "apache-httpd-${version}";

src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666";
sha256 = "777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00";
};

# FIXME: -dev depends on -doc
Expand Down

0 comments on commit 5a07d16

Please sign in to comment.