Skip to content

Commit

Permalink
Merge pull request #94910 from aanderse/apacheHttpd
Browse files Browse the repository at this point in the history
apacheHttpd: 2.4.43 -> 2.4.46
  • Loading branch information
aanderse committed Aug 12, 2020
2 parents 90ed2c0 + 6302eb2 commit 4fc4fe5
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.43";
version = "2.4.46";
pname = "apache-httpd";

src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4";
sha256 = "1sj1rwgbcjgkzac3ybjy7j68c9b3dv3ap71m48mrjhf6w7vds3kl";
};

# FIXME: -dev depends on -doc
Expand Down

0 comments on commit 4fc4fe5

Please sign in to comment.