apacheHttpd: use sha256 hash instead of sha1
This commit is contained in:
parent
4cb7272537
commit
afb821fa15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user