Merge pull request #78747 from Enzime/update/mkvtoolnix

mkvtoolnix: 42.0.0 -> 43.0.0
This commit is contained in:
Mario Rodas 2020-01-29 05:12:31 -05:00 committed by GitHub
commit 8252655ab1
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 = "42.0.0";
version = "43.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "0bjb1cx1sj61yhpraqryhxma4wiz0yl3asnbsv9hvq730v07hg0b";
sha256 = "0ra9kgvhh5yhbr0hsia1va5lw45zr4kdwcdjhas5ljjyj75mlyxc";
};
nativeBuildInputs = [