about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-12-22 14:39:47 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-12-22 21:29:46 +0100
commite71626c849a1ae5090a2c7abef7858a2054c536d (patch)
tree40fd91724a232e8ca2590d460e6d96e5f3063fff
parentc934f6b624aa1165bcae820b11374c09d2ddb014 (diff)
qarte: 4.12.0 → 4.15.1
-rw-r--r--pkgs/applications/video/qarte/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index 116cf39e3fb85..5fc62912c24a4 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -4,12 +4,12 @@ let
   pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]);
 in mkDerivation {
   pname = "qarte";
-  version = "4.12.0";
+  version = "4.15.1";
 
   src = fetchbzr {
     url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4";
-    rev = "56";
-    sha256 = "0cq9dg04grl45xw43gi9wsb0vm8c4bcvh813h5lm4ry8b94lfx2i";
+    rev = "67";
+    sha256 = "sha256:0ajvrvpyqyyxnq9nv69p3sr6c1kplphvrpph75k76yl0av94j2s3";
   };
 
   buildInputs = [ pythonEnv ];