11 src = fetchFromGitHub {
15 hash = "sha256-p9EwlmI/xO3dX5ZpbDVVxajQySGYcJj5G57F84zYAD0=";
18 npmDepsHash = "sha256-xX8hD303CWlpsYoCfwHWgOuEFSp1A+M1S53H+4pyAUQ=";
20 makeCacheWritable = true;
26 cp -r dist $out/share/ariang
31 passthru.updateScript = nix-update-script {};
34 description = "Modern web frontend making aria2 easier to use";
35 homepage = "http://ariang.mayswind.net/";
36 license = licenses.mit;
37 maintainers = with maintainers; [ stunkymonkey ];
38 platforms = platforms.unix;