1 { lib, stdenv, fetchurl }:
13 url = "mirror://sourceforge/tivodecode/tivodecode/${version}/tivodecode-${version}.tar.gz";
14 sha256 = "1pww5r2iygscqn20a1cz9xbfh18p84a6a5ifg4h5nvyn9b63k23q";
18 description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
19 homepage = "https://tivodecode.sourceforge.net";
20 platforms = platforms.unix;
21 license = licenses.bsd3;