mkvtoolnix: 9.5.0 -> 9.6.0

This commit is contained in:
romildo 2016-12-02 20:55:34 -02:00
parent 96e1220813
commit ae1fa72a48

View File

@ -10,13 +10,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "9.5.0";
version = "9.6.0";
src = fetchFromGitHub {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "1v6rqlb5srhwzad45b50pvfbi1c9n719ihi54hzbkzklj7h4s70h";
sha256 = "14v6iclzkqxibzcdxr65bb5frmnsjyyly0d3lwv1gg7g1mkcw3jd";
};
nativeBuildInputs = [ pkgconfig autoconf automake gettext ruby ];