x264: 20160615 -> 20170731

This commit is contained in:
Franz Pletz 2017-08-01 08:28:22 +02:00
parent 481b4a77ba
commit a584fe1b76
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, yasm, enable10bit ? false}:
stdenv.mkDerivation rec {
version = "20160615-2245";
version = "20170731-2245";
name = "x264-${version}";
src = fetchurl {
url = "http://download.videolan.org/x264/snapshots/x264-snapshot-${version}-stable.tar.bz2";
sha256 = "0w5l77gm8bsmafzimzyc5s27kcw79r6nai3bpccqy0spyxhjsdc2";
sha256 = "01sgk1ps4qfifdnblwa3fxnd8ah6n6zbmfc1sy09cgqcdgzxgj0z";
};
patchPhase = ''