libaacs: update package

This commit is contained in:
Nikolay Amiantov 2015-07-28 11:25:33 +03:00
parent a5ef14bb74
commit 5656c8cb8e

View File

@ -8,7 +8,7 @@
# https://wiki.archlinux.org/index.php/BluRay # https://wiki.archlinux.org/index.php/BluRay
let baseName = "libaacs"; let baseName = "libaacs";
version = "0.8.0"; version = "0.8.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -16,7 +16,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "http://download.videolan.org/pub/videolan/${baseName}/${version}/${baseName}-${version}.tar.bz2"; url = "http://download.videolan.org/pub/videolan/${baseName}/${version}/${baseName}-${version}.tar.bz2";
sha256 = "155sah8z4vbp6j3sq9b17mcn6rj1938ijszz97m8pd2cgif58i2y"; sha256 = "1s5v075hnbs57995r6lljm79wgrip3gnyf55a0y7bja75jh49hwm";
}; };
buildInputs = [ libgcrypt libgpgerror ]; buildInputs = [ libgcrypt libgpgerror ];
@ -24,7 +24,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ yacc flex ]; nativeBuildInputs = [ yacc flex ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.videolan.org/developers/libbluray.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 ];