Merge pull request #38346 from r-ryantm/auto-update/mkvtoolnix

mkvtoolnix: 21.0.0 -> 22.0.0
This commit is contained in:
adisbladis 2018-04-03 17:34:03 +08:00 committed by GitHub
commit 39424cfe0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "21.0.0";
version = "22.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "06nixp0qqa6g2fv40f7l0i0sqbc7qswpgq4534l98nan08wjbk2r";
sha256 = "07nggqkpl6dkfcqli8y9dn0jbznldz03nqj2l3fgj3vhqa0phlab";
};
nativeBuildInputs = [