about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Double <chris.double@double.co.nz>2014-05-08 00:52:38 +1200
committerChris Double <chris.double@double.co.nz>2014-05-08 00:52:38 +1200
commit30c3b81cc2fe4ee868bc924683f3b383448b5c88 (patch)
tree406937ca0169bf39c0b9fc3e19759c641bfe51d5
parentcdf7d6a66f67f2498faa0dd698b1e14481ffbf69 (diff)
downloadnixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar.gz
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar.bz2
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar.lz
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar.xz
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.tar.zst
nixlib-30c3b81cc2fe4ee868bc924683f3b383448b5c88.zip
Update ffmpeg to 2.2.2
-rw-r--r--pkgs/development/libraries/ffmpeg/2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/2.x.nix b/pkgs/development/libraries/ffmpeg/2.x.nix
index 7ffc3a077eff..0e94b78c0372 100644
--- a/pkgs/development/libraries/ffmpeg/2.x.nix
+++ b/pkgs/development/libraries/ffmpeg/2.x.nix
@@ -5,11 +5,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "ffmpeg-2.2.1";
+  name = "ffmpeg-2.2.2";
 
   src = fetchurl {
     url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
-    sha256 = "153kfk8rzrfxx930rrk417b2m695dvy47v4hci3nd49iggx9jzz1";
+    sha256 = "062jn47sm1ifwswcd3lx47nff62rgcwp84964q0v983issnrfax4";
   };
 
   subtitleSupport = config.ffmpeg.subtitle or true;