10 src = fetchFromGitHub {
14 sha256 = "sha256-qp4g1ZLRIIz0CZ/Zey354g0j9ePE4pGb82IivLezU7s=";
17 vendorHash = "sha256-JmRTI5ZBSFULfI+ki3hI8TPaS6IVP9D14r4DwK/nx1Y=";
22 "-X main.version=v${version}"
25 subPackages = [ "." ];
28 description = "Securely transfer and send anything between computers with TUI";
29 homepage = "https://github.com/abdfnx/tran";
30 license = licenses.mit;
31 maintainers = with maintainers; [ dit7ya ];