mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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:
parent
bd7a3575d7
commit
ba252821b1
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user