From 0b20b2dbfd30db970e2a785f1624ba228442f238 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sun, 21 Sep 2014 19:01:17 +0100 Subject: opusfile: update from 0.4 to 0.6 --- pkgs/applications/audio/opusfile/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/audio/opusfile') diff --git a/pkgs/applications/audio/opusfile/default.nix b/pkgs/applications/audio/opusfile/default.nix index 50df35b974f..314ecc95c3f 100644 --- a/pkgs/applications/audio/opusfile/default.nix +++ b/pkgs/applications/audio/opusfile/default.nix @@ -1,10 +1,10 @@ {stdenv, fetchurl, pkgconfig, openssl, libogg, libopus}: stdenv.mkDerivation rec { - name = "opusfile-0.4"; + name = "opusfile-0.6"; src = fetchurl { url = "http://downloads.xiph.org/releases/opus/${name}.tar.gz"; - sha256 = "0h4iwyqgid0cibqwzckz3r94qfp09099nk1cx5nz6i3cf08yldlq"; + sha256 = "19iys2kld75k0210b807i4illrdmj3cmmnrgxlc9y4vf6mxp2a14"; }; buildInputs = [ pkgconfig openssl libogg libopus ]; @@ -12,6 +12,7 @@ stdenv.mkDerivation rec { meta = { description = "High-level API for decoding and seeking in .opus files"; homepage = http://www.opus-codec.org/; - license = "BSD"; + license = stdenv.lib.licenses.bsd3; + maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; }; } -- cgit 1.4.1