farstream: 0.2.4 -> 0.2.8

This commit is contained in:
Franz Pletz 2016-09-28 02:19:51 +02:00
parent 41218ee89a
commit 137827bacb
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -6,10 +6,10 @@
let
inherit (pythonPackages) python pygobject2;
in stdenv.mkDerivation rec {
name = "farstream-0.2.4";
name = "farstream-0.2.8";
src = fetchurl {
url = "http://www.freedesktop.org/software/farstream/releases/farstream/${name}.tar.gz";
sha256 = "0c5vlyiwb799wpby4g9vffiy0nf09gy2cr84ksfy3jwzsxf5n38j";
sha256 = "0249ncd20x5mf884fd8bw75c3118b9fdml837v4fib349xmrqfrb";
};
buildInputs = [ libnice python pygobject2 gupnp_igd libnice ];