11 src = fetchFromGitHub {
15 sha256 = "1izszf60nsa6pyxx3kd8qdrz3h47ylm17r9hzh9wk37f61pmm42j";
18 subPackages = [ "." ];
23 description = "Idempotent command-line utility for managing your /etc/hosts* file";
24 mainProgram = "hostess";
25 license = licenses.mit;
26 maintainers = with maintainers; [ edlimerkaj ];