8 buildPythonPackage rec {
10 version = "unstable-2018-01-27";
12 src = fetchFromGitHub {
15 rev = "2cfc796150ef48009e9b765fe733e37d82c901e0";
16 sha256 = "sha256-Qiu0URjUyx8QDVQQUFGxPax0J80e2m4+bPJeqFoKxX8=";
19 propagatedBuildInputs = [ docopt ];
24 pythonImportsCheck = [ "spoofmac" ];
27 description = "Change your MAC address for debugging purposes";
28 homepage = "https://github.com/feross/SpoofMAC";
29 license = licenses.mit;
30 maintainers = with maintainers; [ siraben ];
31 platforms = platforms.unix;