Skip to content

Commit

Permalink
Update ffmpeg-full to 3.0.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a61de4)
  • Loading branch information
viric committed Jun 18, 2016
1 parent 15235f5 commit 256ebc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/ffmpeg-full/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ assert x11grabExtlib -> libX11 != null && libXv != null;

stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";
version = "3.0";
version = "3.0.2";

src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.bz2";
sha256 = "1h0k05cj6j0nd2i16z7hc5scpwsbg3sfx68lvm0nlwvz5xxgg7zi";
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "08sjp4dxgcinmv9ly7nm24swmn2cnbbhvph44ihlplf4n33kr542";
};

patchPhase = ''patchShebangs .'';
Expand Down

0 comments on commit 256ebc4

Please sign in to comment.