Merge pull request #18488 from chris-martin/md5-2

Miscellaneous packages: Use sha256 instead of md5 (part 2)
This commit is contained in:
Franz Pletz
2016-09-13 07:11:43 +02:00
committed by GitHub
12 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = http://tarballs.nixos.org/make-3.80.tar.bz2;
md5 = "0bbd1df101bc0294d440471e50feca71";
sha256 = "06rgz6npynr8whmf7rxgkyvcz0clf3ggwf4cyhj3fcscn3kkk6x9";
};
patches = [./log.patch];

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "mk-2006-01-31";
src = fetchurl {
url = http://tarballs.nixos.org/mk-20060131.tar.gz;
md5 = "167fd4e0eea4f49def01984ec203289b";
sha256 = "0za8dp1211bdp4584xb59liqpww7w1ql0cmlv34p9y928nibcxsr";
};
builder = ./builder.sh;