mkvtoolnix: 36.0.0 -> 37.0.0

https://www.bunkus.org/blog/2019/08/mkvtoolnix-v37-0-0-released/
This commit is contained in:
Will Dietz 2019-08-29 22:00:45 -05:00
parent 9dbda3eddf
commit 6d1b2761d0
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "36.0.0";
version = "37.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "114j9n2m6dkh7vqzyhcsjzzffadr0lzyjmh31cbl4mvvkg9j5z6r";
sha256 = "0r1qzvqc6xx7rmv4v4fjc70cqy832h8v0fjf6c5ljbg1c6pgkl0l";
};
nativeBuildInputs = [