pytun: init at 2.2.1
This commit is contained in:
parent
af5be37ed5
commit
6107b89321
@ -9114,6 +9114,29 @@ in {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pytun = buildPythonPackage rec {
|
||||||
|
name = "pytun-${version}";
|
||||||
|
version = "2.2.1";
|
||||||
|
rev = "v${version}";
|
||||||
|
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
inherit rev;
|
||||||
|
owner = "montag451";
|
||||||
|
repo = "pytun";
|
||||||
|
sha256 = "1bxk0z0v8m0b01xg94f039j3bsclkshb7girvjqfzk5whbd2nryh";
|
||||||
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = https://github.com/montag451/pytun;
|
||||||
|
description = "Linux TUN/TAP wrapper for Python";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ montag451 ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
raven = buildPythonPackage rec {
|
raven = buildPythonPackage rec {
|
||||||
name = "raven-3.4.1";
|
name = "raven-3.4.1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user