Merge pull request #86972 from r-ryantm/auto-update/libdvdread
libdvdread: 6.1.0 -> 6.1.1
This commit is contained in:
commit
0e32be928d
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libdvdread";
|
pname = "libdvdread";
|
||||||
version = "6.1.0";
|
version = "6.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://get.videolan.org/libdvdread/${version}/${pname}-${version}.tar.bz2";
|
url = "http://get.videolan.org/libdvdread/${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "033mnhq3mx0qz3z85vw01rz5wzmx5ynadl7q1wm2spvx3ryvs6sh";
|
sha256 = "15hpwbw3nm84y432l0j61w0zmqxplsyymfc52dry6nvwl44p6d9y";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libdvdcss];
|
buildInputs = [libdvdcss];
|
||||||
|
Loading…
Reference in New Issue
Block a user