Attached patch updates the version of telepathy-farstream (to work with 
updated version of farstream).
>From 7972220435d819b9f86141f226f20a0284d8a5a8 Mon Sep 17 00:00:00 2001
From: Karn Kallio <[email protected]>
Date: Sun, 2 Feb 2014 18:56:46 -0430
Subject: [PATCH] Update telepathy_farstream to build with updated farstream.

---
 pkgs/development/libraries/telepathy/farstream/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/libraries/telepathy/farstream/default.nix b/pkgs/development/libraries/telepathy/farstream/default.nix
index a6a624c..e41bd9f 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.4.0";
+  name = "${pname}-0.6.0";
   pname = "telepathy-farstream";
 
   src = fetchurl {
     url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";;
-    sha256 = "13mllgfx4b1hh1vpzq8lk5qfr3ivkkkmwbxgi6d47avgk746kznd";
+    sha256 = "04v414jij2ba71krk7vh4avsz07sfp5w38dmvjwig5isdygy0905";
   };
 
   buildInputs = [ gst_plugins_base gst_python pygobject ];
-- 
1.8.5.2

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to