ffmpeg, ffmpeg-full: 3.4 -> 3.4.1

also remove CVE patch, it is upstream in v3.4.1
This commit is contained in:
Cray Elliott
2017-12-17 23:00:05 -08:00
parent 2e2c2cad6c
commit c1e8fea4fc
2 changed files with 4 additions and 21 deletions

View File

@@ -6,16 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
branch = "3.4";
sha256 = "0pn8g3ab937ahslqd41crk0g4j4fh7kwimsrlfc0rl0pc3z132ax";
branch = "3.4.1";
sha256 = "0b2aaxx8l7g3pvs4zd3mzig44cc73savrxzfm6w0lnaa2lh3wi7k";
darwinFrameworks = [ Cocoa CoreMedia ];
patches = [
(fetchpatch{
name = "CVE-2017-16840.patch";
url = "http://git.videolan.org/?p=ffmpeg.git;a=patch;h=a94cb36ab2ad99d3a1331c9f91831ef593d94f74";
sha256 = "1rjr9lc71cyy43wsa2zxb9ygya292h9jflvr5wk61nf0vp97gjg3";
})
];
})