summary refs log tree commit diff
path: root/pkgs/applications/video/qarte
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-08-01 17:07:34 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-08-04 07:59:56 +0200
commit7b8141a42c35b08f6392ba72e4c395679e47574c (patch)
tree7610a6823703f6e0cd9b10e82b2f846018766d57 /pkgs/applications/video/qarte
parent4d3e13e51b6e59b7892874b03072a7c931911e66 (diff)
qarte: 4.6.0 → 4.12.0
Diffstat (limited to 'pkgs/applications/video/qarte')
-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 26b3153019fbc..9b80ddedcf3ac 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -3,11 +3,11 @@
 let
   pythonEnv = python3.withPackages (ps: with ps; [ pyqt5_with_qtmultimedia ]);
 in mkDerivation {
-  name = "qarte-4.6.0";
+  name = "qarte-4.12.0";
   src = fetchbzr {
     url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4";
-    rev = "22";
-    sha256 = "0v4zpj8w67ydvnmanxbl8pwvn0cfv70c0mlw36a1r4n0rvgxffcn";
+    rev = "56";
+    sha256 = "0cq9dg04grl45xw43gi9wsb0vm8c4bcvh813h5lm4ry8b94lfx2i";
   };
 
   buildInputs = [ pythonEnv ];