summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-09-04 16:16:41 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-09-04 17:05:20 +0200
commit439ebda62a7eac0eba4051f72591be830d1400e1 (patch)
tree24a2028b6d22efc5f1e0d5798640d56baee34cf2 /pkgs
parent83683c414024e3575e9734fab1717971a33f9a3b (diff)
downloadnixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar.gz
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar.bz2
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar.lz
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar.xz
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.tar.zst
nixlib-439ebda62a7eac0eba4051f72591be830d1400e1.zip
ffmpeg_1: update from 1.2.7 to 1.2.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg/1.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/1.x.nix b/pkgs/development/libraries/ffmpeg/1.x.nix
index a0dcf52dcce0..e2aa336d5d21 100644
--- a/pkgs/development/libraries/ffmpeg/1.x.nix
+++ b/pkgs/development/libraries/ffmpeg/1.x.nix
@@ -31,11 +31,11 @@ assert playSupport -> SDL != null;
 assert freetypeSupport -> freetype != null;
 
 stdenv.mkDerivation rec {
-  name = "ffmpeg-1.2.7";
+  name = "ffmpeg-1.2.8";
 
   src = fetchurl {
     url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
-    sha256 = "13nj5q5ad0kcrid8r5x6x8lqfhk8kms14pmncf6vbdbk6x45k6v6";
+    sha256 = "0n9fklr8zqkd60dc5ai161l6k4dbiac5hqy0pi1w82yamc25k6s2";
   };
 
   # `--enable-gpl' (as well as the `postproc' and `swscale') mean that