Skip to content

Commit

Permalink
apacheHttpd: 2.4.35 -> 2.4.37
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-httpd/versions
  • Loading branch information
r-ryantm committed Nov 10, 2018
1 parent a054d74 commit 8e24ea9
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.35";
version = "2.4.37";
name = "apache-httpd-${version}";

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

# FIXME: -dev depends on -doc
Expand Down

0 comments on commit 8e24ea9

Please sign in to comment.