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
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/loudmouth/1.4/${name}.tar.bz2";
md5 = "55339ca42494690c3942ee1465a96937";
sha256 = "1qr9z73i33y49pbpq6zy7q537g0iyc8sm56rjf0ylwcv01fkzacm";
};
patches = [ ./glib-2.32.patch ];