tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
apacheHttpd: 2.4.16 -> 2.4.17
Robin Gloster
10 years ago
8521bc09
2f7ea94e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
apache-httpd
2.4.nix
+2
-2
pkgs/servers/http/apache-httpd/2.4.nix
···
14
14
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
15
15
16
16
stdenv.mkDerivation rec {
17
17
-
version = "2.4.16";
17
17
+
version = "2.4.17";
18
18
name = "apache-httpd-${version}";
19
19
20
20
src = fetchurl {
21
21
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
22
22
-
sha256 = "0hrpy6gjwma0kba7p7m61vwh82qcnkf08123lrwpg257m93hnrmc";
22
22
+
sha256 = "165p5qgwyk1dwjypgcx5vb47xadiszs3dw28n2axplw1xifh67ik";
23
23
};
24
24
25
25
buildInputs = [perl] ++