1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "05ql0d8wbdhnmh3dw8ch5bi6clfb9h8v21lq2a74iy02slya2y0r";
12 preInstall = "export DESTDIR=$out/bin";
15 description = "Dead simple LAN file transfers from the command line";
16 license = with licenses; [ mit ];
17 maintainers = with maintainers; [ ehmry ];
18 platforms = platforms.unix;