Skip to content

Commit

Permalink
Merge pull request #58621 from r-ryantm/auto-update/apache-httpd
Browse files Browse the repository at this point in the history
apacheHttpd: 2.4.38 -> 2.4.39
  • Loading branch information
peti committed Apr 1, 2019
2 parents 4ccb740 + c3d1012 commit 9295747
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.38";
version = "2.4.39";
name = "apache-httpd-${version}";

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

# FIXME: -dev depends on -doc
Expand Down

0 comments on commit 9295747

Please sign in to comment.