ffmpeg: 3.3.4 -> 3.4

ffmpeg_3 bumped to 3.4, and 3.3.4 removed from the tree
This commit is contained in:
Cray Elliott
2017-10-23 23:23:23 -07:00
parent cccee1ddb7
commit 5ddea062e2
3 changed files with 6 additions and 6 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.4";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "0mx9dvad3lkyhvsrblf280x2bz6dxajya1ylnspbdzldj0dpxfcq";
sha256 = "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf";
};
patchPhase = ''patchShebangs .