summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-15 10:57:32 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-15 11:07:00 +0200
commit10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab (patch)
treef0ab02df4db906460b5d99c09a95278ae0390dbf /pkgs
parentd3ed77f1fb1d4e7ef7ec7f63844c9257bc243be8 (diff)
downloadnixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.gz
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.bz2
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.lz
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.xz
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.tar.zst
nixlib-10cbebe3dfc2ef92cc363eb51abd6ecb8a05edab.zip
ffmpeg: 3.4.2 -> 3.4.3 (security)
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/89355585366:/Changelog
/cc #42882: it certainly seems to fix some security issues,
but I'm not sure about mapping to particular CVE numbers;
perhaps it will appear on http://ffmpeg.org/security.html
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg/3.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/3.4.nix b/pkgs/development/libraries/ffmpeg/3.4.nix
index 98cbfdf43f6c..05da9e18c594 100644
--- a/pkgs/development/libraries/ffmpeg/3.4.nix
+++ b/pkgs/development/libraries/ffmpeg/3.4.nix
@@ -6,7 +6,7 @@
 
 callPackage ./generic.nix (args // rec {
   version = "${branch}";
-  branch = "3.4.2";
-  sha256 = "0nkq4451masmzlx3p4vprqwc0sl2iwqxbzjrngmvj29q4azp00zb";
+  branch = "3.4.3";
+  sha256 = "0s2p2bcrywlya4wjlyzi1382vngkiijjvjr6ms64xww5jplwmhmk";
   darwinFrameworks = [ Cocoa CoreMedia ];
 })