mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
opusTools: update from 0.1.8 to 0.1.9
This commit is contained in:
parent
fe86a03a1c
commit
8a432653ca
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libogg, libao, pkgconfig, libopus, flac}:
|
{stdenv, fetchurl, libogg, libao, pkgconfig, libopus, flac}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opus-tools-0.1.8";
|
name = "opus-tools-0.1.9";
|
||||||
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 = "1xm2lhdz92n9zmk496lyagisyzja46kx8q340vay9i51krbqiqg4";
|
sha256 = "0fk4nknvl111k89j5yckmyrh6b2wvgyhrqfncp7rig3zikbkv1xi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libogg libao pkgconfig libopus flac ];
|
buildInputs = [ libogg libao pkgconfig libopus flac ];
|
||||||
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Tools to work with opus encoded audio streams";
|
description = "Tools to work with opus encoded audio streams";
|
||||||
homepage = http://www.opus-codec.org/;
|
homepage = http://www.opus-codec.org/;
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd2;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user