Merge pull request #225109 from wineee/vlc

vlc: fetch patch from a specific commit

authored by Bobby Rong and committed by GitHub d4250d5d 436784e6

+3 -2
+3 -2
pkgs/applications/video/vlc/default.nix
··· 197 sha256 = "0kyi8q2zn2ww148ngbia9c7qjgdrijf4jlvxyxgrj29cb5iy1kda"; 198 }) 199 # patch to build with recent libplacebo 200 (fetchpatch { 201 - url = "https://code.videolan.org/videolan/vlc/-/merge_requests/3027.patch"; 202 - hash = "sha256-aV+YT1l0ND/USoIIpxcPhdIlP/06J2FxVW4uArS8j88="; 203 }) 204 ]; 205
··· 197 sha256 = "0kyi8q2zn2ww148ngbia9c7qjgdrijf4jlvxyxgrj29cb5iy1kda"; 198 }) 199 # patch to build with recent libplacebo 200 + # https://code.videolan.org/videolan/vlc/-/merge_requests/3027 201 (fetchpatch { 202 + url = "https://code.videolan.org/videolan/vlc/-/commit/65ea8d19d91ac1599a29e8411485a72fe89c45e2.patch"; 203 + hash = "sha256-Zz+g75V6X9OZI3sn614K9Uenxl3WtRHKSdLkWP3b17w="; 204 }) 205 ]; 206