1 { lib, buildPythonPackage, fetchFromGitHub, docopt }:
3 buildPythonPackage rec {
5 version = "unstable-2018-01-27";
7 src = fetchFromGitHub {
10 rev = "2cfc796150ef48009e9b765fe733e37d82c901e0";
11 sha256 = "sha256-Qiu0URjUyx8QDVQQUFGxPax0J80e2m4+bPJeqFoKxX8=";
14 propagatedBuildInputs = [ docopt ];
19 pythonImportsCheck = [ "spoofmac" ];
22 description = "Change your MAC address for debugging purposes";
23 homepage = "https://github.com/feross/SpoofMAC";
24 license = licenses.mit;
25 maintainers = with maintainers; [ siraben ];
26 platforms = platforms.unix;