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
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
dist = fetchurl {
url = http://tarballs.nixos.org/keen4.zip;
md5 = "ffcdd9e3bce224d92797166bc3f56f1c";
sha256 = "12rnc9ksl7v6l8wsxvr26ylkafzq80dbsa7yafzw9pqc8pafkhx1";
};
buildInputs = [unzip];