Revert "pyload: fix setupPyPatch hash"

This reverts commit 60bd86e279.

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 {
url = "https://patch-diff.githubusercontent.com/raw/pyload/pyload/pull/2638.diff";
sha256 = "006g4qbl582262ariflbyfrszcx8ck2ac1cpry1f82f76p4cgf6z";
sha256 = "1gmvsmlcvb96g48kibv47cbmb5slivy3c5qflb5n0qc8k7axg3i9";
};
in [ configParserPatch setupPyPatch ];