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

mkvtoolnix: 65.0.0 -> 66.0.0
This commit is contained in:
Pascal Bach 2022-03-18 22:27:13 +01:00 committed by GitHub
commit c4bdaaad70
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 = "65.0.0";
version = "66.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "1zphcpfrzic9ialx3xxi2ywzxnllys667vy140bgdshzr798sg2p";
sha256 = "sha256-JTPayZhV3Z+o1v+TbHp9SGMAZk1oEzMdNhk67BYB75A=";
};
nativeBuildInputs = [