ffmpeg-full: 4.1.2 -> 4.1.3

This commit is contained in:
Vladimír Čunát 2019-05-11 11:21:20 +02:00
parent 88e5ccd16d
commit fd78c3b5de
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -232,11 +232,11 @@ assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";
version = "4.1.2";
version = "4.1.3";
src = fetchurl {
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
sha256 = "0yrl6nij4b1pk1c4nbi80857dsd760gziiss2ls19awq8zj0lpxr";
sha256 = "0gdnprc7gk4b7ckq8wbxbrj7i00r76r9a5g9mj7iln40512j0c0c";
};
prePatch = ''