12 src = fetchFromGitHub {
16 hash = "sha256-3d8EQ7GzufZvMfjHbVMdpuGE+vPdSir4diSnB29v0sw=";
19 nativeBuildInputs = [ makeWrapper ];
21 vendorHash = "sha256-RCZzcycUKqJgwBZZQBD1UEZCZCitpiqNpD51oKm6IvI=";
26 "-X github.com/iawia002/lux/app.version=v${version}"
30 wrapProgram $out/bin/lux \
31 --prefix PATH : ${lib.makeBinPath [ ffmpeg ]}
34 doCheck = false; # require network
37 description = "Fast and simple video download library and CLI tool written in Go";
38 homepage = "https://github.com/iawia002/lux";
39 changelog = "https://github.com/iawia002/lux/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ galaxy ];