summary refs log tree commit diff
path: root/pkgs/applications/video/qarte
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-05-23 06:06:27 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-05-23 06:06:27 +0000
commit721d2bc1af9c68e78bbee848bafeba83373e87c8 (patch)
tree25574d51c629309044fbed94a67b96f582d95163 /pkgs/applications/video/qarte
parent33dc8bc5d01c6dfad0816c2c5d85ee7ec52365d4 (diff)
qarte: 3.10.0+188 -> 4.6.0
Diffstat (limited to 'pkgs/applications/video/qarte')
-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 aba3b81fde85d..f0c3776a43361 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 sip ]);
 in stdenv.mkDerivation {
-  name = "qarte-3.10.0+188";
+  name = "qarte-4.6.0";
   src = fetchbzr {
-    url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
-    rev = "188";
-    sha256 = "06xpkjgm5ci5gfkza9f44m8l4jj32gfmr65cqs4x0j2ihrc6b4r9";
+    url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4;
+    rev = "22";
+    sha256 = "0v4zpj8w67ydvnmanxbl8pwvn0cfv70c0mlw36a1r4n0rvgxffcn";
   };
 
   buildInputs = [ makeWrapper pythonEnv ];