Merge pull request #20873 from romildo/upd.mkvtoolnix

mkvtoolnix: 9.5.0 -> 9.6.0
This commit is contained in:
Joachim F 2016-12-03 07:30:46 +01:00 committed by GitHub
commit b2b6690576

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 ];