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
@@ -8,6 +8,6 @@ stdenv.mkDerivation {
src = fetchurl {
url = mirror://sourceforge/jetty/jetty-5.1.4.zip;
md5 = "5d16bb1ea4a62dff93c0b7f7de00430f";
sha256 = "1lzvsrlybrf3zzzv4hi2v82qzpkfkib3xbwwlya8c08gf0360mrk";
};
}