Merge pull request #171148 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 66.0.0 -> 67.0.0
This commit is contained in:
Michele Guerini Rocco 2022-05-02 08:48:11 +02:00 committed by GitHub
commit b27e64c703
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 = "66.0.0";
version = "67.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-JTPayZhV3Z+o1v+TbHp9SGMAZk1oEzMdNhk67BYB75A=";
sha256 = "0gyjgp5iyr9kvgpgl064w025ji1w8dy0cnw4fmbp71wis7qp7yl1";
};
nativeBuildInputs = [