opusTools: 0.1.9 -> 0.1.10

This commit is contained in:
Franz Pletz 2017-06-20 03:25:43 +02:00
parent 22e0683aa8
commit f33708bb7d
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,13 +1,14 @@
{stdenv, fetchurl, libogg, libao, pkgconfig, libopus, flac}:
stdenv.mkDerivation rec {
name = "opus-tools-0.1.9";
name = "opus-tools-0.1.10";
src = fetchurl {
url = "http://downloads.xiph.org/releases/opus/${name}.tar.gz";
sha256 = "0fk4nknvl111k89j5yckmyrh6b2wvgyhrqfncp7rig3zikbkv1xi";
sha256 = "135jfb9ny3xvd27idsxj7j5ns90lslbyrq70cq3bfwcls4r7add2";
};
buildInputs = [ libogg libao pkgconfig libopus flac ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libogg libao libopus flac ];
meta = {
description = "Tools to work with opus encoded audio streams";