change md5sum to sha256sum for a few packages

This commit is contained in:
Longrin Wischnewski
2014-10-12 16:13:21 +02:00
parent 51648727f5
commit 6e7de2155b
48 changed files with 51 additions and 51 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://samba.org/ftp/talloc/${name}.tar.gz";
md5 = "c6e736540145ca58cb3dcb42f91cf57b";
sha256 = "1d694zyi451a5zr03l5yv0n8yccyr3r8pmzga17xaaaz80khb0av";
};
configureFlags = "--enable-talloc-compat1 --enable-largefile";