Skip to content

Commit

Permalink
Merge pull request #126553 from NixOS/backport-126422-to-release-21.05
Browse files Browse the repository at this point in the history
[Backport release-21.05] apacheHttpd: 2.4.47 -> 2.4.48
  • Loading branch information
mweinelt authored Jun 16, 2021
2 parents 36bb4e1 + 8d292bd commit 246502a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-httpd/2.4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;

stdenv.mkDerivation rec {
version = "2.4.47";
version = "2.4.48";
pname = "apache-httpd";

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

# FIXME: -dev depends on -doc
Expand Down

0 comments on commit 246502a

Please sign in to comment.