ffmpeg, ffmpeg-full: 3.4.1 -> 3.4.2

This commit is contained in:
Cray Elliott
2018-02-18 09:03:33 -08:00
parent 47f25fae44
commit c8aebb699a
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.4.1";
version = "3.4.2";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "1h4iz7q10wj04awr2wvmp60n7b09pfwrgwbbw9sgl7klcf52fxss";
sha256 = "0h6prjn1ijkzzhkyj8mazp0wpx7m0n9ycadjxagf9czqirbyk4ib";
};
prePatch = ''