libdvdread: 6.0.0 -> 6.0.1 (#57275)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdread/versions
This commit is contained in:
R. RyanTM 2019-05-06 07:47:10 -07:00 committed by Timo Kaufmann
parent 1ea22b8868
commit 1800e3ca5c

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libdvdread-${version}";
version = "6.0.0";
version = "6.0.1";
src = fetchurl {
url = "http://get.videolan.org/libdvdread/${version}/${name}.tar.bz2";
sha256 = "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk";
sha256 = "1gfmh8ii3s2fw1c8vn57piwxc0smd3va4h7xgp9s8g48cc04zki8";
};
buildInputs = [libdvdcss];