File tree 1 file changed +2
-8
lines changed
pkgs/applications/video/vlc
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,13 @@ assert (!withQt5 -> qt4 != null);
20
20
21
21
stdenv . mkDerivation rec {
22
22
name = "vlc-${ version } " ;
23
- version = "2.2.4 " ;
23
+ version = "2.2.5.1 " ;
24
24
25
25
src = fetchurl {
26
26
url = "http://get.videolan.org/vlc/${ version } /${ name } .tar.xz" ;
27
- sha256 = "1gjkrwlg8ab3skzl67cxb9qzg4187ifckd1z9kpy11q058fyjchn " ;
27
+ sha256 = "1k51vm6piqlrnld7sxyg0s4kdkd3lan97lmy3v5wdh3qyll8m2xj " ;
28
28
} ;
29
29
30
- patches = optional withQt5 ( fetchurl {
31
- name = "Fix-build-using-old-GCC-intrinsics.patch" ;
32
- url = "https://patches.videolan.org/patch/14061/raw/" ;
33
- sha256 = "16v4k7378a590diz11bdvdaqi9cpf6333hp5wr6v5sfrsma8qvpx" ;
34
- } ) ;
35
-
36
30
# Comment-out the Qt 5.5 version check, as we do apply the relevant patch.
37
31
# https://trac.videolan.org/vlc/ticket/16497
38
32
postPatch = if ( ! withQt5 ) then null else
You can’t perform that action at this time.
0 commit comments