about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-05-22 10:27:23 +1000
committerAlyssa Ross <hi@alyssa.is>2020-05-23 01:25:44 +0000
commit1a13d1fd82f91a934336b99e280214ea8e115306 (patch)
tree9d8470247631280a0bc444660c492e0ac110b6ab /nixpkgs
parent69a259af74f645896d2e6707ad82415e5d85b21e (diff)
downloadnixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar.gz
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar.bz2
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar.lz
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar.xz
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.tar.zst
nixlib-1a13d1fd82f91a934336b99e280214ea8e115306.zip
ffmpeg_4: 4.2.2 -> 4.2.3
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/development/libraries/ffmpeg/4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/libraries/ffmpeg/4.nix b/nixpkgs/pkgs/development/libraries/ffmpeg/4.nix
index 31cb0477c21a..1a7c619a122c 100644
--- a/nixpkgs/pkgs/development/libraries/ffmpeg/4.nix
+++ b/nixpkgs/pkgs/development/libraries/ffmpeg/4.nix
@@ -5,8 +5,8 @@
 }@args:
 
 callPackage ./generic.nix (rec {
-  version = "4.2.2";
+  version = "4.2.3";
   branch = "4.2";
-  sha256 = "0p0f024rxrpk8pgmrprhfywq10rvdhrs0422wwcwlxkgqa3x285n";
+  sha256 = "0pkrariwjv25k7inwshch7b5820ly3hsp991amyb60rkqc8v4zi1";
   darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
 } // args)