Skip to content

Commit 8fc5beb

Browse files
committedJul 7, 2017
1 parent 006ac6b commit 8fc5beb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/http/apache-httpd

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/http/apache-httpd/2.4.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
1616
assert http2Support -> nghttp2 != null;
1717

1818
stdenv.mkDerivation rec {
19-
version = "2.4.25";
19+
version = "2.4.26";
2020
name = "apache-httpd-${version}";
2121

2222
src = fetchurl {
2323
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
24-
sha256 = "1cl0bkqg6srb1sypga0cn8dcmdyxldavij73zmmkxvlz3kgw4zpq";
24+
sha1 = "b10b0f569a0e5adfef61d8c7f0813d42046e399a";
2525
};
2626

2727
# FIXME: -dev depends on -doc

0 commit comments

Comments
 (0)
Please sign in to comment.