about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-05-30 16:54:43 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-05-31 19:03:43 +0200
commit2af5c8d75f3c905fdba59bc7a9970d586009ebfe (patch)
tree6347364b17b529a1f4296c8924e2ab457f6283d7 /pkgs/applications/video
parent9e68371f510fa87007b0c51ad3c58f12d7484030 (diff)
qarte: minor update to rev. 147
Diffstat (limited to 'pkgs/applications/video')
-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 a7e8cd8c1b9aa..c8056512c7964 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchbzr, python, pyqt4, sip, rtmpdump, makeWrapper }:
 
 stdenv.mkDerivation {
-  name = "qarte-2.2.0";
+  name = "qarte-2.2.0-147";
   src = fetchbzr {
     url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk;
-    rev = "146";
-    sha256 = "0vqhxrzb3d7id81sr02h78hn0m7k2x0yxk9cl36pr5vx3vjnsyi9";
+    rev = "147";
+    sha256 = "0cl3k3vr3kmp5dls0lbv5pka4zrlyh5816pwl5rkgqmycl11pk51";
   };
 
   buildInputs = [ makeWrapper ];