lol

Merge pull request #208681 from felixsinger/pkgs/libbluray/update

libbluray: 1.3.2 -> 1.3.4

authored by

Robert Scott and committed by
GitHub
df1d5f1d c731c8cc

+2 -16
+2 -16
pkgs/development/libraries/libbluray/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "libbluray"; 14 - version = "1.3.2"; 14 + version = "1.3.4"; 15 15 16 16 src = fetchurl { 17 17 url = "https://get.videolan.org/libbluray/${version}/${pname}-${version}.tar.bz2"; 18 - sha256 = "sha256-RWgU258Hwe7N736ED8uyCXbvgU34dUKL+4Hs9FhR8XA="; 18 + hash = "sha256-R4/9aKD13ejvbKmJt/A1taCiLFmRQuXNP/ewO76+Xys="; 19 19 }; 20 - 21 - patches = [ 22 - ./BDJ-JARFILE-path.patch 23 - (fetchpatch { 24 - name = "Initial-support-for-Java-18.patch"; 25 - url = "https://code.videolan.org/videolan/libbluray/-/commit/3187c3080096e107f0a27eed1843232b58342577.patch"; 26 - hash = "sha256-2TSciAoPzELkgmFGB38h1RgynOCJueyCL8hIADxAPHo="; 27 - }) 28 - (fetchpatch { 29 - name = "bd-j-BDJSecurityManager-Change-setSecurityManager-de.patch"; 30 - url = "https://code.videolan.org/videolan/libbluray/-/commit/9a2d23d049760ef9cc9661ff90011a84d90368f1.patch"; 31 - hash = "sha256-xCc2h5ocXCqnpVMPQaybT2Ncs2YOzifQ0mlCCUhYlc8="; 32 - }) 33 - ]; 34 20 35 21 nativeBuildInputs = [ pkg-config autoreconfHook ] 36 22 ++ lib.optionals withJava [ ant ];