Merge #31915: ffmpeg: security 3.3.4 -> 3.3.5

Master is on 3.4.x already.
This commit is contained in:
Vladimír Čunát
2017-11-22 02:10:23 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -231,11 +231,11 @@ assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";
version = "3.3.4";
version = "3.3.5";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq";
sha256 = "00nq8ng2p16yb48acargaz1hlp9kq24vfwvkqjlslz4a7864k4x8";
};
patchPhase = ''patchShebangs .

View File

@@ -6,7 +6,7 @@
callPackage ./generic.nix (args // rec {
version = "${branch}";
branch = "3.3.4";
sha256 = "0zmczggi95fbsq9nz33mpln1y3p1gqniqc4x5smp871idhkykxay";
branch = "3.3.5";
sha256 = "02h6y5sadqmci2ssalaxg65wa69ldscj05311zym8zijibzlqhqv";
darwinFrameworks = [ Cocoa CoreMedia ];
})