summary refs log tree commit diff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-06-19 22:54:16 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-06-19 23:41:23 +0200
commitc7c626a897ce80eab8f6b85f9626757d38206b3c (patch)
treed3fe42ecefa79c8128369ad6b35072113414e849 /pkgs/development/libraries/farstream
parent36e79e3b90b9fe5bdd6b9f5e966c33d6d8547281 (diff)
downloadnixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar.gz
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar.bz2
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar.lz
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar.xz
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.tar.zst
nixpkgs-c7c626a897ce80eab8f6b85f9626757d38206b3c.zip
farstream: minor update
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 bcc3821d5e2..eabb9789d79 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -4,10 +4,10 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "farstream-0.2.3";
+  name = "farstream-0.2.4";
   src = fetchurl {
     url = "http://www.freedesktop.org/software/farstream/releases/farstream/${name}.tar.gz";
-    sha256 = "15h4qv30ql3rnmlm4ac3h7rplvj7125z14fbfh1zrkajjaa3bxdz";
+    sha256 = "0c5vlyiwb799wpby4g9vffiy0nf09gy2cr84ksfy3jwzsxf5n38j";
   };
 
   buildInputs = [ libnice python pygobject gupnp_igd libnice ];