* x264 updated to the latest snapshot.

svn path=/nixpkgs/branches/kde-4.7/; revision=27941
This commit is contained in:
Eelco Dolstra 2011-07-25 14:33:38 +00:00
parent 5981e2c723
commit 6c6968cf07

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl, yasm}:
stdenv.mkDerivation rec {
version = "snapshot-20110416-2245-stable";
version = "snapshot-20110724-2245-stable";
name = "x264-${version}";
src = fetchurl {
url = "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";
sha256 = "17bbczmsln6wmw7vwjmmr18bhngj1b2xfr9fq3a3n54706df9370";
sha256 = "07bylkh8cwcmj01sr41hhrvfbciyixhw1irdpj01kz9d0h8dhhpz";
};
patchPhase = ''