7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "stefantalpalaru";
15 hash = "sha256-ToD02W9H9HqddhpZsQm2Uzy/cVtv4KnfYmpCl2KEGSY=";
19 description = "Small channel scan tool which generates ATSC, DVB-C, DVB-S/S2 and DVB-T/T2 channels.conf files";
20 homepage = "https://github.com/stefantalpalaru/w_scan2";
21 platforms = lib.platforms.linux;
22 maintainers = with lib.maintainers; [ _0x4A6F ] ;
23 license = lib.licenses.gpl2Only;
24 mainProgram = "w_scan2";