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
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
rom = fetchurl {
url = mirror://sourceforge/atari800/xf25.zip;
md5 = "4dc3b6b4313e9596c4d474785a37b94d";
sha256 = "12jbawxs04i0wm3910n7f3phsybdp8nndxc0xlsnzp8k0k8hmblq";
};
buildInputs = [unzip zlib SDL];
configureFlags = "--target=sdl";