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: 52f82285f681
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d757d810d05d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    f26b2af View commit details

Commits on Apr 4, 2020

  1. Merge pull request #84045 from r-ryantm/auto-update/apache-httpd

    apacheHttpd: 2.4.41 -> 2.4.43
    aanderse authored Apr 4, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    d757d81 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.41";
version = "2.4.43";
pname = "apache-httpd";

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

# FIXME: -dev depends on -doc