pythonPackages.rhpl: md5->sha256

This commit is contained in:
Chris Martin 2016-09-10 14:04:49 -04:00
parent 5ee369902f
commit 316f5e8608

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;