Revert "pyload: fix setupPyPatch hash"

This reverts commit 60bd86e27937f97e1d1e5cc9bc51ce08f9d0a81d.

I missed this https://github.com/NixOS/nixpkgs/pull/19993, sorry
This commit is contained in:
Joachim Fasting 2016-10-30 19:12:50 +01:00
parent bd7a3575d7
commit ba252821b1

View File

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