Merge pull request #646 from the-kenny/fix-obfsproxy
Add sha256 for python-obfsproxy.
This commit is contained in:
commit
38b0ed3776
@ -2873,6 +2873,7 @@ pythonPackages = python.modules // rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://git.torproject.org/pluggable-transports/obfsproxy.git;
|
url = https://git.torproject.org/pluggable-transports/obfsproxy.git;
|
||||||
rev = "3c4e843a30c430aec1de03e0e09ef654072efc03";
|
rev = "3c4e843a30c430aec1de03e0e09ef654072efc03";
|
||||||
|
sha256 = "8fd1e63a37bc42add7609d97d50ecd81da81881bcf7015a9e2958531dbf39018";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyptlib argparse twisted pycrypto ];
|
propagatedBuildInputs = [ pyptlib argparse twisted pycrypto ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user