summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-10-30 19:00:59 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-10-30 19:07:55 +0100
commit60bd86e27937f97e1d1e5cc9bc51ce08f9d0a81d (patch)
tree714bdea206322e02e3b9186efb4c9808f5f9b4e8
parentpyload: add missing parameter (diff)
downloadnixpkgs-60bd86e27937f97e1d1e5cc9bc51ce08f9d0a81d.tar.gz
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.
-rw-r--r--pkgs/applications/networking/pyload/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/pyload/default.nix b/pkgs/applications/networking/pyload/default.nix
index c67a70181d20..f38345e82ba0 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 ];