Skip to content

Commit

Permalink
Update x264 to a recent snapshot (1,5 years update)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3078537)
  • Loading branch information
viric committed Jun 18, 2016
1 parent 19f3e09 commit f827da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/x264/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{stdenv, fetchurl, yasm, enable10bit ? false}:

stdenv.mkDerivation rec {
version = "20141218-2245";
version = "20160615-2245";
name = "x264-${version}";

src = fetchurl {
url = "http://download.videolan.org/x264/snapshots/x264-snapshot-${version}-stable.tar.bz2";
sha256 = "1gp1f0382vh2hmgc23ldqyywcfljg8lsgl2849ymr14r6gxfh69m";
sha256 = "0w5l77gm8bsmafzimzyc5s27kcw79r6nai3bpccqy0spyxhjsdc2";
};

patchPhase = ''
Expand Down

0 comments on commit f827da0

Please sign in to comment.