Skip to content

Commit

Permalink
apacheHttpd: 2.4.47 -> 2.4.48
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Jun 10, 2021
1 parent 4899590 commit b7abce5
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 b7abce5

Please sign in to comment.