pyload: fix setupPyPatch hash

Seeing as this never built, this hash mismatch is probably due to a
packaging bug (i.e., having a file with that has in local store, before
switching to a different fetcher).  The patch itself looks okay to me.
This commit is contained in:
Joachim Fasting 2016-10-30 19:00:59 +01:00
parent 9ac269b76f
commit 60bd86e279
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
};
setupPyPatch = fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/pyload/pyload/pull/2638.diff";
sha256 = "1gmvsmlcvb96g48kibv47cbmb5slivy3c5qflb5n0qc8k7axg3i9";
sha256 = "006g4qbl582262ariflbyfrszcx8ck2ac1cpry1f82f76p4cgf6z";
};
in [ configParserPatch setupPyPatch ];