libaacs: 0.9.0 -> 0.10.0

This commit is contained in:
R. RyanTM 2020-03-24 12:02:39 +00:00 committed by Jon
parent fc66192b37
commit ed6dbc144d

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libaacs"; pname = "libaacs";
version = "0.9.0"; version = "0.10.0";
src = fetchurl { src = fetchurl {
url = "http://get.videolan.org/libaacs/${version}/${pname}-${version}.tar.bz2"; url = "http://get.videolan.org/libaacs/${version}/${pname}-${version}.tar.bz2";
sha256 = "1kms92i0c7i1yl659kqjf19lm8172pnpik5lsxp19xphr74vvq27"; sha256 = "1zhjdcph8sqx7ak35s22kc736icwq135jlypggkp6vqyyygb3xlk";
}; };
buildInputs = [ libgcrypt libgpgerror ]; buildInputs = [ libgcrypt libgpgerror ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ yacc flex ]; nativeBuildInputs = [ yacc flex ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.videolan.org/developers/libaacs.html; homepage = "https://www.videolan.org/developers/libaacs.html";
description = "Library to access AACS protected Blu-Ray disks"; description = "Library to access AACS protected Blu-Ray disks";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];