tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vlc: 2.2.6 -> 2.2.8
Peter Hoeg
8 years ago
662bfa14
8c7e7214
+2
-10
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
vlc
default.nix
+2
-10
pkgs/applications/video/vlc/default.nix
···
21
22
stdenv.mkDerivation rec {
23
name = "vlc-${version}";
24
-
version = "2.2.6";
25
26
src = fetchurl {
27
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
28
-
sha256 = "1a22b913p2227ljz89c4fgjlyln5gcz8z58w32r0wh4srnnd60y4";
29
};
30
-
31
-
patches = [
32
-
(fetchpatch {
33
-
name = "CVE-2017-9300.patch";
34
-
url = "https://git.videolan.org/?p=vlc/vlc-2.2.git;a=patch;h=55a82442cfea9dab8b853f3a4610f2880c5fadf3;hp=dbe888f9ca9c3b102478b4a16a3d1d985c267899";
35
-
sha256 = "0l0fwqkn31lggwc5dkhb58gkv8pc6ng51y0izjigqvfqvhwdnzxn";
36
-
})
37
-
];
38
39
# Comment-out the Qt 5.5 version check, as we do apply the relevant patch.
40
# https://trac.videolan.org/vlc/ticket/16497
···
21
22
stdenv.mkDerivation rec {
23
name = "vlc-${version}";
24
+
version = "2.2.8";
25
26
src = fetchurl {
27
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
28
+
sha256 = "1v32snw46rkgbdqdy3dssl2y13i8p2cr1cw1i18r6vdmiy24dw4v";
29
};
0
0
0
0
0
0
0
0
30
31
# Comment-out the Qt 5.5 version check, as we do apply the relevant patch.
32
# https://trac.videolan.org/vlc/ticket/16497