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:
parent
9ac269b76f
commit
60bd86e279
@ -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 = "1gmvsmlcvb96g48kibv47cbmb5slivy3c5qflb5n0qc8k7axg3i9";
|
sha256 = "006g4qbl582262ariflbyfrszcx8ck2ac1cpry1f82f76p4cgf6z";
|
||||||
};
|
};
|
||||||
in [ configParserPatch setupPyPatch ];
|
in [ configParserPatch setupPyPatch ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user