12 src = fetchFromGitHub {
16 hash = "sha256-lT0KalQNn3SMSxY6baIuLph/OLNL3y2U9+eNw8r90yI=";
19 npmDepsHash = "sha256-GOBBZg9/e/XEKEJuW3ie9eOd7jTeid69aQRUddXOjC0=";
25 cp -r vuetorrent $out/share/vuetorrent
30 passthru.updateScript = nix-update-script { };
33 description = "Full-featured BitTorrent client written in Vue";
34 homepage = "https://github.com/VueTorrent/VueTorrent";
35 changelog = "https://github.com/VueTorrent/VueTorrent/releases/tag/${src.tag}";
36 license = lib.licenses.gpl3Only;
37 platforms = lib.platforms.all;
38 maintainers = with lib.maintainers; [ redxtech ];