summary refs log tree commit diff
path: root/pkgs/development/libraries/x264
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-30 21:02:08 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-30 21:02:08 +0000
commitd341b2537c4a11a6b05e4ee27a55d611aa11c44c (patch)
treeb0d7255d4c04c3ecdb180b45b3f93ab1fdfb203f /pkgs/development/libraries/x264
parent37b404816a45bd66e37617e198d20c2dd0653465 (diff)
downloadnixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar.gz
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar.bz2
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar.lz
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar.xz
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.tar.zst
nixpkgs-d341b2537c4a11a6b05e4ee27a55d611aa11c44c.zip
Updating ffmpeg/x264/vpx
svn path=/nixpkgs/trunk/; revision=31937
Diffstat (limited to 'pkgs/development/libraries/x264')
-rw-r--r--pkgs/development/libraries/x264/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/x264/default.nix b/pkgs/development/libraries/x264/default.nix
index 0bba7af5c3d..a5e045d27d6 100644
--- a/pkgs/development/libraries/x264/default.nix
+++ b/pkgs/development/libraries/x264/default.nix
@@ -1,12 +1,12 @@
 {stdenv, fetchurl, yasm}:
 
 stdenv.mkDerivation rec {
-  version = "snapshot-20110724-2245-stable";
+  version = "snapshot-20120129-2245-stable";
   name = "x264-${version}";
 
   src = fetchurl {
     url = "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";
-    sha256 = "07bylkh8cwcmj01sr41hhrvfbciyixhw1irdpj01kz9d0h8dhhpz";
+    sha256 = "1i63xsa46a5l0ys3mqbcqr4gr5kpaf9fs05cbf0782iir5k07pcr";
   };
 
   patchPhase = ''