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
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
md5 = "cd3f3eb54446be6003156158d51f4884";
sha256 = "02r6b52r0nsp6ryqfiqchnl7r1d9smm80sqx24494gmx5p8ia7af";
};
# Lots of patches from Gentoo, in particular splash screen support