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

@@ -6,7 +6,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "mirror://pypi/b/breathe/${name}.tar.gz";
md5 = "e35f6ce54485663857129370047f6057";
sha256 = "0m3w8yx24nm01xxx6aj08cklnifwlzzmczc5b0ni40l63lhvm3lp";
};
propagatedBuildInputs = [ docutils six sphinx ];

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.org/fedora/linux/releases/10/Everything/source/SRPMS//rhpl-0.218-1.src.rpm;
md5 = "a72c6b66df782ca1d4950959d2aad292";
sha256 = "0c3sc74cjzz5dmpr2gi5naxcc5p2qmzagz7k561xj07njn0ddg16";
};
inherit python;