Merge pull request #6761 from k0ral/mkvtoolnix

mkvtoolnix: 7.6.0 -> 7.7.0
This commit is contained in:
Mateusz Kowalczyk 2015-03-12 01:36:38 +00:00
commit af3caf8cb1

View file

@ -18,12 +18,12 @@
assert withGUI -> wxGTK != null;
stdenv.mkDerivation rec {
version = "7.6.0";
version = "7.7.0";
name = "mkvtoolnix-${version}";
src = fetchurl {
url = "http://www.bunkus.org/videotools/mkvtoolnix/sources/${name}.tar.xz";
sha256 = "1n6waln6r9jx26al3k2nh6wi8p1q6lv2fs48nbc1lj9s2fc35pkl";
sha256 = "0a602d5jvq0ap4pa64p80al8nmyp37a380bi5i4sqdpvp298h78r";
};
buildInputs = [