Skip to content

Commit

Permalink
Merge #31915: ffmpeg: security 3.3.4 -> 3.3.5
Browse files Browse the repository at this point in the history
Master is on 3.4.x already.
  • Loading branch information
vcunat committed Nov 22, 2017
2 parents 4aa878a + 0944768 commit dfd6ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg-full/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/3.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
})

0 comments on commit dfd6ae2

Please sign in to comment.