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
@@ -4,6 +4,6 @@ stdenv.mkDerivation {
name = "netcat-gnu-0.7.1";
src = fetchurl {
url = mirror://sourceforge/netcat/netcat-0.7.1.tar.bz2;
md5 = "0a29eff1736ddb5effd0b1ec1f6fe0ef";
sha256 = "1frjcdkhkpzk0f84hx6hmw5l0ynpmji8vcbaxg8h5k2svyxz0nmm";
};
}