summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy/farstream
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-29 16:33:32 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-29 16:33:32 +0000
commitce85d430bc75a893bfe218b5323368601473aa12 (patch)
tree579ed99e861dd2ade7bd34ad4b91c6204b118a3b /pkgs/development/libraries/telepathy/farstream
parentded7dae81da4d02a8c176b4c7b9bf984fc2908b2 (diff)
downloadnixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar.gz
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar.bz2
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar.lz
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar.xz
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.tar.zst
nixpkgs-ce85d430bc75a893bfe218b5323368601473aa12.zip
Batch update telepathy-related packages
Some of these packages need glib-2.30.x, so I commit it to this branch.

Add sofia-sip and telepathy-rakia.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
Diffstat (limited to 'pkgs/development/libraries/telepathy/farstream')
-rw-r--r--pkgs/development/libraries/telepathy/farstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/telepathy/farstream/default.nix b/pkgs/development/libraries/telepathy/farstream/default.nix
index a9b072d2152..a183737dc9b 100644
--- a/pkgs/development/libraries/telepathy/farstream/default.nix
+++ b/pkgs/development/libraries/telepathy/farstream/default.nix
@@ -2,12 +2,12 @@
 , pkgconfig, libxslt, python, gstreamer, gst_python, pygobject }:
 
 stdenv.mkDerivation rec {
-  name = "${pname}-0.2.2";
+  name = "${pname}-0.2.3";
   pname = "telepathy-farstream";
 
   src = fetchurl {
     url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
-    sha256 = "0gdcf50dz1hf22az5jqal2jlzbb1nl2cim579kv3q87b8lq9aplv";
+    sha256 = "1a163gk9y3ckabm4a43lxc5a7j2s42hykbwr6r7b5mlfyqq8myx1";
   };
 
   buildInputs = [ gst_plugins_base gst_python pygobject ];