ffmpeg_4, ffmpeg-full: 4.0.1 -> 4.0.2

This commit is contained in:
Cray Elliott
2018-08-01 21:20:14 -07:00
parent 6f5a86b189
commit 737fdd7348
2 changed files with 4 additions and 4 deletions
@@ -233,11 +233,11 @@ assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";
version = "4.0.1";
version = "4.0.2";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "1vn04n0n46zdxq14cma3w8ml2ckh5jxwlybsc4xmvcqdqq0mqpv0";
sha256 = "15rgzcmdccy4flajs63gkz4n3k24wkkg50r13l1r83lrxg4hqp59";
};
prePatch = ''