Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d16ffa150900
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12512f25e9ec
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2018

  1. apacheHttpd: 2.4.29 -> 2.4.33

    (cherry picked from commit 737bf1d)
    Tristan Helmich authored and globin committed Mar 27, 2018
    Copy the full SHA
    12512f2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/http/apache-httpd/2.4.nix
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-httpd/2.4.nix
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;

stdenv.mkDerivation rec {
version = "2.4.29";
version = "2.4.33";
name = "apache-httpd-${version}";

src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00";
sha256 = "de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05";
};

# FIXME: -dev depends on -doc