3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #54862 from r-ryantm/auto-update/apache-httpd

apacheHttpd: 2.4.37 -> 2.4.38
This commit is contained in:
Peter Simons 2019-01-29 10:19:50 +01:00 committed by GitHub
commit 1283c19098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
version = "2.4.37";
version = "2.4.38";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "09npb7vlz5sizgj0nvl0bqxj9zig29ipkp07fgmw5ykjcxfdr61l";
sha256 = "0jiriyyf3pm6axf4mrz6c2z08yhs21hb4d23viq87jclm5bmiikx";
};
# FIXME: -dev depends on -doc