summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-06-01 06:50:34 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-06-08 10:11:38 +0200
commite6b4eb3b78c949d7e3e05badbe90cc792d9d5c52 (patch)
treee7c56d21f6d02463213fea0fd9b30db94747bbda
parent7ca27a436a023d1adbd2f5687f7bb481c1b92fa0 (diff)
qarte: 4.15.1 → 4.17.1
-rw-r--r--pkgs/applications/video/qarte/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index 5fc62912c24a..dd2a7dadc2f7 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -1,15 +1,15 @@
{ mkDerivation, lib, fetchbzr, python3, rtmpdump }:
let
- pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]);
+ pythonEnv = python3.withPackages (ps: with ps; [ m3u8 pyqt5_with_qtmultimedia ]);
in mkDerivation {
pname = "qarte";
- version = "4.15.1";
+ version = "4.17.1";
src = fetchbzr {
url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4";
- rev = "67";
- sha256 = "sha256:0ajvrvpyqyyxnq9nv69p3sr6c1kplphvrpph75k76yl0av94j2s3";
+ rev = "74";
+ sha256 = "sha256:18ky9qwfvbifd0xrbmnfm3cm2vyy5jgf9rrca2hby46sjf2745h4";
};
buildInputs = [ pythonEnv ];