about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-07-30 20:18:07 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-07-30 20:34:02 +0200
commitedd76966cbb299cdf0cda2d43df7c9a89ba9f850 (patch)
tree9f126611e989466f2449817661c2eaaed74c567a /pkgs/applications/video
parent4dc113ce299482a12157a5614d92817f97fd3f24 (diff)
qarte: 2.2.0-147 -> 2.3.0
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 c8056512c7964..4517f27ce7dce 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-147";
+  name = "qarte-2.3.0";
   src = fetchbzr {
     url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk;
-    rev = "147";
-    sha256 = "0cl3k3vr3kmp5dls0lbv5pka4zrlyh5816pwl5rkgqmycl11pk51";
+    rev = "148";
+    sha256 = "0bp2qbl2g3dygmb31lwlarki9lybkb9zxixda4lwrlz628w93fxh";
   };
 
   buildInputs = [ makeWrapper ];