x264: snapshot-20130424-2245-stable -> snapshot-20141218-2245-stable
Update fixes configure error on Darwin
This commit is contained in:
parent
f5eed7e14e
commit
98bf3f9d39
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, yasm}:
|
{stdenv, fetchurl, yasm}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "snapshot-20130424-2245-stable";
|
version = "snapshot-20141218-2245-stable";
|
||||||
name = "x264-20130424_2245";
|
name = "x264-20141218-2245";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";
|
url = "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";
|
||||||
sha256 = "0vzyqsgrm9k3hzka2p8ib92jl0ha8d4267r2rb3pr9gmpjaj9azk";
|
sha256 = "1gp1f0382vh2hmgc23ldqyywcfljg8lsgl2849ymr14r6gxfh69m";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user