summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-06-17 01:05:00 +0200
committerGitHub <noreply@github.com>2021-06-17 01:05:00 +0200
commit246502ae2d5ca9def252abe0ce6363a0f08382a7 (patch)
tree1cfe1cd4cab8392343ff295d750b2cad6df062dd
parentMerge pull request #127141 from NixOS/backport-125770-to-release-21.05 (diff)
parentapacheHttpd: 2.4.47 -> 2.4.48 (diff)
downloadnixpkgs-246502ae2d5ca9def252abe0ce6363a0f08382a7.tar.gz
Merge pull request #126553 from NixOS/backport-126422-to-release-21.05
[Backport release-21.05] apacheHttpd: 2.4.47 -> 2.4.48
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 3fff2ac9fceb..a8caf1da17ba 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -17,12 +17,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
- version = "2.4.47";
+ version = "2.4.48";
pname = "apache-httpd";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
- sha256 = "sha256-I9AG28jleBFqETj6RX7qgkBIRY6JyECHIZ8DcogMA8o=";
+ sha256 = "0v4npxnvih5mlxx6dywwhhfs8xvgcckc0hxzwk3hi0g8nbkjdj0v";
};
# FIXME: -dev depends on -doc