qarte: 4.15.1 → 4.17.1

authored by Vincent Laporte and committed by Vincent Laporte e6b4eb3b 7ca27a43

+4 -4
+4 -4
pkgs/applications/video/qarte/default.nix
··· 1 { mkDerivation, lib, fetchbzr, python3, rtmpdump }: 2 3 let 4 - pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]); 5 in mkDerivation { 6 pname = "qarte"; 7 - version = "4.15.1"; 8 9 src = fetchbzr { 10 url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4"; 11 - rev = "67"; 12 - sha256 = "sha256:0ajvrvpyqyyxnq9nv69p3sr6c1kplphvrpph75k76yl0av94j2s3"; 13 }; 14 15 buildInputs = [ pythonEnv ];
··· 1 { mkDerivation, lib, fetchbzr, python3, rtmpdump }: 2 3 let 4 + pythonEnv = python3.withPackages (ps: with ps; [ m3u8 pyqt5_with_qtmultimedia ]); 5 in mkDerivation { 6 pname = "qarte"; 7 + version = "4.17.1"; 8 9 src = fetchbzr { 10 url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4"; 11 + rev = "74"; 12 + sha256 = "sha256:18ky9qwfvbifd0xrbmnfm3cm2vyy5jgf9rrca2hby46sjf2745h4"; 13 }; 14 15 buildInputs = [ pythonEnv ];