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

mkvtoolnix: 40.0.0 -> 41.0.0
This commit is contained in:
Mario Rodas 2020-01-11 05:26:45 -05:00 committed by GitHub
commit 8ff55c6498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "40.0.0";
version = "41.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "103rvj6f6nlzybzbkqix7q5f2017bmzsn9z5g7bwnjjwgih5mrpq";
sha256 = "0p9mwhc6smchwikxbslgk7a2f3hfccaih09xfhricb80d97jz218";
};
nativeBuildInputs = [