Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #84293 from aanderse/httpd-20.03

apacheHttpd: 2.4.41 -> 2.4.43 [20.03]

authored by

Aaron Andersen and committed by
GitHub
0ef4da1e c25e25f4

+2 -2
+2 -2
pkgs/servers/http/apache-httpd/2.4.nix
··· 16 16 assert http2Support -> nghttp2 != null; 17 17 18 18 stdenv.mkDerivation rec { 19 - version = "2.4.41"; 19 + version = "2.4.43"; 20 20 pname = "apache-httpd"; 21 21 22 22 src = fetchurl { 23 23 url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; 24 - sha256 = "0h7a31yxwyh7h521frnmlppl0h7sh9icc3ka6vlmlcg5iwllhg8k"; 24 + sha256 = "0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4"; 25 25 }; 26 26 27 27 # FIXME: -dev depends on -doc