summary refs log tree commit diff
path: root/pkgs/development/libraries/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/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/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index 7d5e7148620..b2b8ca6255b 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -2,10 +2,10 @@
 , pygobject, gst_python, gupnp_igd }:
 
 stdenv.mkDerivation rec {
-  name = "farstream-0.1.1";
+  name = "farstream-0.1.2";
   src = fetchurl {
     url = "http://www.freedesktop.org/software/farstream/releases/farstream/${name}.tar.gz";
-    sha256 = "0lmdz7ijpgrc0zbr11jp3msvz44p809scx2m56bk5l5x1xrs123v";
+    sha256 = "1nbkbvq959f70zhr03fwdibhs0sbf1k7zmbz9w99vda7gdcl0nps";
   };
 
   buildInputs = [ libnice python pygobject gst_python gupnp_igd ];