summary refs log tree commit diff
path: root/pkgs/development/libraries/x264
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-02-03 15:41:37 -0500
committerSpencer Whitt <sw@swhitt.me>2015-03-25 18:04:07 -0400
commit98bf3f9d395f538d83ae5c335b3a0f251ca84c21 (patch)
tree2485bea70febbe405379b2c34a613a9c9cf21402 /pkgs/development/libraries/x264
parentf5eed7e14e45f639514d432b680325cae6d40b06 (diff)
downloadnixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar.gz
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar.bz2
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar.lz
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar.xz
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.tar.zst
nixpkgs-98bf3f9d395f538d83ae5c335b3a0f251ca84c21.zip
x264: snapshot-20130424-2245-stable -> snapshot-20141218-2245-stable
Update fixes configure error on Darwin
Diffstat (limited to 'pkgs/development/libraries/x264')
-rw-r--r--pkgs/development/libraries/x264/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/x264/default.nix b/pkgs/development/libraries/x264/default.nix
index 51666e3ba6d..c440493072e 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-20130424-2245-stable";
-  name = "x264-20130424_2245";
+  version = "snapshot-20141218-2245-stable";
+  name = "x264-20141218-2245";
 
   src = fetchurl {
     url = "ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";
-    sha256 = "0vzyqsgrm9k3hzka2p8ib92jl0ha8d4267r2rb3pr9gmpjaj9azk";
+    sha256 = "1gp1f0382vh2hmgc23ldqyywcfljg8lsgl2849ymr14r6gxfh69m";
   };
 
   patchPhase = ''