10 src = fetchFromGitHub {
14 hash = "sha256-oysURKLQ/rbGAvsy3K0OmDRHUqRKa8S8l5ihBjNqYXc=";
17 npmDepsHash = "sha256-jf0tcsftXoYy6K3PcXgSU+3PAb6Ux9BsVpOX79TI4/o=";
20 cp ${./package-lock.json} package-lock.json
23 npmFlags = [ "--ignore-scripts" ];
28 description = "Easily spoof your MAC address in OS X & Linux";
29 homepage = "https://github.com/feross/spoof";
30 license = lib.licenses.mit;
31 mainProgram = "spoof";
32 maintainers = with lib.maintainers; [ modderme123 ];