opusTools: 0.1.10 -> 0.2

This commit is contained in:
Philipp Middendorf 2018-12-07 15:38:04 +01:00
parent e1b7493cfe
commit a17d94a295

View File

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