Merge pull request #646 from the-kenny/fix-obfsproxy

Add sha256 for python-obfsproxy.
This commit is contained in:
Evgeny Egorochkin 2013-06-18 16:08:29 -07:00
commit 38b0ed3776
1 changed files with 1 additions and 0 deletions

View File

@ -2873,6 +2873,7 @@ pythonPackages = python.modules // rec {
src = fetchgit {
url = https://git.torproject.org/pluggable-transports/obfsproxy.git;
rev = "3c4e843a30c430aec1de03e0e09ef654072efc03";
sha256 = "8fd1e63a37bc42add7609d97d50ecd81da81881bcf7015a9e2958531dbf39018";
};
propagatedBuildInputs = [ pyptlib argparse twisted pycrypto ];