Updating mkvtoolnix, libebml, libmatroska to latest versions.

This commit is contained in:
Lluís Batlle i Rossell
2013-11-05 23:20:27 +01:00
parent 43ecb12e93
commit 1045df3197
3 changed files with 6 additions and 6 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libebml-1.2.2";
name = "libebml-1.3.0";
src = fetchurl {
url = "http://dl.matroska.org/downloads/libebml/${name}.tar.bz2";
sha256 = "19dp8m97xaj46iv6ahb5v0fb9sawjiy8wy1ylljc15ka8g30hss7";
sha256 = "1plnh2dv8k9s4d06c2blv2sl8bnz6d6shvj0h00al597nvb79c43";
};
configurePhase = "cd make/linux";