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

mkvtoolnix: 69.0.0 -> 70.0.0
This commit is contained in:
Michele Guerini Rocco 2022-08-16 19:48:07 +02:00 committed by GitHub
commit ce7b4fd5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "69.0.0";
version = "70.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-sKm/TjlVFj6Vy6lfy3v7UJoEUXALZZSKO3zoIrYtwrc=";
sha256 = "sha256-7ryLf/SKM5m7MdOd2K2XhJEdLF2H8xjV1aZMKUjm+Ok=";
};
nativeBuildInputs = [