apacheHttpd: use sha256 hash instead of sha1

This commit is contained in:
Franz Pletz 2016-08-25 03:14:40 +02:00
parent 4cb7272537
commit afb821fa15

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha1 = "gx7cqkx8j1kaaw6vb8j9nl2amhsbw0ai";
sha256 = "0n2yx3gjlpr4kgqx845fj6amnmg25r2l6a7rzab5hxnpmar985hc";
};
# FIXME: -dev depends on -doc