summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRüdiger Sonderfeld <ruediger@c-plusplus.net>2014-12-03 15:51:36 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-12-03 16:37:11 +0100
commitb023a0bdfb27d650d2892ecba103712e1fac9f4a (patch)
tree6429137d888e3f8d6fe299be258c8296b1a805ac /pkgs
parent1897946dafc84ed7359fa63617bcb71a4c907e76 (diff)
downloadnixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar.gz
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar.bz2
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar.lz
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar.xz
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.tar.zst
nixlib-b023a0bdfb27d650d2892ecba103712e1fac9f4a.zip
ffmpeg/1.x: Update to 1.2.10 (close #5215)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg/1.x.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/1.x.nix b/pkgs/development/libraries/ffmpeg/1.x.nix
index d3c56a8b0e08..ae64135a4c3b 100644
--- a/pkgs/development/libraries/ffmpeg/1.x.nix
+++ b/pkgs/development/libraries/ffmpeg/1.x.nix
@@ -31,11 +31,12 @@ assert playSupport -> SDL != null;
 assert freetypeSupport -> freetype != null;
 
 stdenv.mkDerivation rec {
-  name = "ffmpeg-1.2.9";
+  version = "1.2.10";
+  name = "ffmpeg-${version}";
 
   src = fetchurl {
     url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
-    sha256 = "02wsnlix92a9k8wf3b4bad3a14v1c5iiz0fv6wlk1zn82cp93paw";
+    sha256 = "02wdxr55a68rjxbyrsxczp55z2qmspw8cfa0yd55x3dv82657hnj";
   };
 
   # `--enable-gpl' (as well as the `postproc' and `swscale') mean that