mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Add sha256 for python-obfsproxy.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
e366dc565a
commit
4d60fa66f1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user