libdvdnav: 6.0.0 -> 6.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdnav/versions
This commit is contained in:
R. RyanTM 2019-10-22 05:23:43 -07:00 committed by Mario Rodas
parent 3ca5fedbd6
commit ba889bdcbe
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libdvdnav";
version = "6.0.0";
version = "6.0.1";
src = fetchurl {
url = "http://get.videolan.org/libdvdnav/${version}/${pname}-${version}.tar.bz2";
sha256 = "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph";
sha256 = "0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5";
};
nativeBuildInputs = [ pkgconfig ];