libbluray: 1.1.0 -> 1.1.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/libbluray/versions
This commit is contained in:
R. RyanTM 2019-04-30 23:05:16 -07:00 committed by Frederik Rietdijk
parent f164227c31
commit 4dac7d5440
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ assert withFonts -> freetype != null;
stdenv.mkDerivation rec {
name = "libbluray-${version}";
version = "1.1.0";
version = "1.1.1";
src = fetchurl {
url = "http://get.videolan.org/libbluray/${version}/${name}.tar.bz2";
sha256 = "10zyqgccgl8kl9d9ljml86sm9s9l2424y55vilb3lifkdb9019p6";
sha256 = "0f138xlldzci8wic89i9vpka3mdsn8r78khpnk3wijlbgjhphr0h";
};
patches = optional withJava ./BDJ-JARFILE-path.patch;