From 32267c25ceb0e9cc6d0dad662b19c4a4c9a14f67 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 27 Oct 2015 18:03:30 +0100 Subject: [PATCH] qarte: 2.3.0 -> 2.4.0 --- pkgs/applications/video/qarte/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix index 4517f27ce7d..d4221e8f57e 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.3.0"; + name = "qarte-2.4.0"; src = fetchbzr { url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk; - rev = "148"; - sha256 = "0bp2qbl2g3dygmb31lwlarki9lybkb9zxixda4lwrlz628w93fxh"; + rev = "150"; + sha256 = "0fj11jx9l5qi968c906rrksdic7w4yj414m47k6axlb4v6ghdnar"; }; buildInputs = [ makeWrapper ];