Skip to content

Commit

Permalink
ffmpeg, ffmpeg-full: 3.3.2 -> 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cray Elliott authored and Cray Elliott committed Aug 7, 2017
1 parent b6f19f7 commit 2f9724e
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.2";
version = "3.3.3";

src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "11974vcfsy8w0i6f4lfwqmg80xkfybqw7vw6zzrcn5i6ncddx60r";
sha256 = "07is8msrhxr1dk6vgwa192k2pl2a0in1h9w8f9cknlvbvhn01afj";
};

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.2";
sha256 = "0slf12dxk6wq1ns09kqqqrzwylxcy0isvc3niyxig45gq3ah0s91";
branch = "3.3.3";
sha256 = "0wx421d7vp4nz8kgp0kg16sswikj8ff1pd18x9mmcbpmqy7sqs8h";
darwinFrameworks = [ Cocoa CoreMedia ];
})

0 comments on commit 2f9724e

Please sign in to comment.