12 src = fetchFromGitHub {
16 hash = "sha256-c3+iyw8LgdB29552jJQr4q5P2ZW80jC0aN+eaenEYFo=";
19 npmDepsHash = "sha256-N7ZK6wthBYAt8tU8sJE0QChAYxWfJ1HG5P+AjXZfIiw=";
21 makeCacheWritable = true;
27 cp -r dist $out/share/ariang
32 passthru.updateScript = nix-update-script { };
35 description = "Modern web frontend making aria2 easier to use";
36 homepage = "http://ariang.mayswind.net/";
37 license = licenses.mit;
38 maintainers = with maintainers; [ stunkymonkey ];
39 platforms = platforms.unix;