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

mkvtoolnix: 44.0.0 -> 45.0.0
This commit is contained in:
Michele Guerini Rocco 2020-04-07 10:20:40 +02:00 committed by GitHub
commit b6695ec625
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 = "44.0.0";
version = "45.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "072sw51svaizqi9f6kscic23wxcjarwgb7nv52yd5si5w8s0qh9r";
sha256 = "1m9ih6bgl3nrjgr0rxvfbvw8s9ska7ps1ypc2ynvyxba4gjkkyyf";
};
nativeBuildInputs = [