summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorNathaniel Baxter <nathaniel.baxter@gmail.com>2015-02-17 22:17:24 +1100
committerNathaniel Baxter <nathaniel.baxter@gmail.com>2015-02-22 11:58:48 +1100
commit798a42a3ee8ae508cb13121170239170c1009b22 (patch)
tree2d6a48e84471cfffb2ded270992beb5d8b7887e3 /pkgs/development/libraries/ffmpeg
parent045013be8922bb25e18a69a50bc30a6ddfd1307d (diff)
downloadnixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar.gz
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar.bz2
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar.lz
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar.xz
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.tar.zst
nixpkgs-798a42a3ee8ae508cb13121170239170c1009b22.zip
ffmpeg: update 2.5.3 to 2.5.4
Diffstat (limited to 'pkgs/development/libraries/ffmpeg')
-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 f3104757fe8..55747061406 100644
--- a/pkgs/development/libraries/ffmpeg/2.x.nix
+++ b/pkgs/development/libraries/ffmpeg/2.x.nix
@@ -5,12 +5,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.5.3";
+  version = "2.5.4";
   name = "ffmpeg-${version}";
 
   src = fetchurl {
     url = "http://www.ffmpeg.org/releases/${name}.tar.bz2";
-    sha256 = "06j1cgw9h9ya5z8gpcf9v9zik3l4xz7sr4wshj06kznzz5z3sf4x";
+    sha256 = "11m2hbhdgphjxjp6hk438cxmipqjg5ixbr1kqnn9mbdhq9kc34fc";
   };
 
   subtitleSupport = config.ffmpeg.subtitle or true;