Merge pull request #147677 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 62.0.0 -> 63.0.0
This commit is contained in:
Michele Guerini Rocco 2021-11-28 12:01:22 +01:00 committed by GitHub
commit 78cb77b29d
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 = "62.0.0";
version = "63.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "0pjf1lkpjirqanazm7a28b8bsyin4i1kd1s4y169zsilzb28kpiz";
sha256 = "0jniy2kkg4fkrgyw2k8jcpq872qzkrxkbpbc7ksadm2rdygsa3xh";
};
nativeBuildInputs = [