From 60bd86e27937f97e1d1e5cc9bc51ce08f9d0a81d Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 30 Oct 2016 19:00:59 +0100 Subject: [PATCH] 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. --- pkgs/applications/networking/pyload/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/pyload/default.nix b/pkgs/applications/networking/pyload/default.nix index c67a70181d2..f38345e82ba 100644 --- a/pkgs/applications/networking/pyload/default.nix +++ b/pkgs/applications/networking/pyload/default.nix @@ -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 ];