gnumake-3.80: md5->sha256

This commit is contained in:
Chris Martin 2016-09-10 14:06:13 -04:00
parent 316f5e8608
commit 5a3560fecf

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];