summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg-full
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-01-04 07:45:08 +1000
committerAlyssa Ross <hi@alyssa.is>2020-01-04 11:50:10 +0000
commit4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6 (patch)
treee9cb162bd489e8c300eb495e810f7817905034c8 /pkgs/development/libraries/ffmpeg-full
parent115791b9abc99be5ad6e45a0f86a66d768c1e901 (diff)
downloadnixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar.gz
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar.bz2
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar.lz
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar.xz
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.tar.zst
nixpkgs-4a70ef8e276d7b861beda4b19aa99d50f6fbf9f6.zip
ffmpeg-full: 4.2.1 -> 4.2.2
Diffstat (limited to 'pkgs/development/libraries/ffmpeg-full')
-rw-r--r--pkgs/development/libraries/ffmpeg-full/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg-full/default.nix b/pkgs/development/libraries/ffmpeg-full/default.nix
index afdc6c0f5e8..214da206f56 100644
--- a/pkgs/development/libraries/ffmpeg-full/default.nix
+++ b/pkgs/development/libraries/ffmpeg-full/default.nix
@@ -239,11 +239,11 @@ assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing;
 
 stdenv.mkDerivation rec {
   pname = "ffmpeg-full";
-  version = "4.2.1";
+  version = "4.2.2";
 
   src = fetchurl {
     url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
-    sha256 = "1m5nkc61ihgcf0b2wabm0zyqa8sj3c0w8fi6kr879lb0kdzciiyf";
+    sha256 = "176jn1lcdf0gk7sa5l2mv0faqp5dsqdhx1gqcrgymqhfmdal4xfb";
   };
 
   patches = [ ./prefer-libdav1d-over-libaom.patch ];