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

mkvtoolnix: 78.0 -> 79.0
This commit is contained in:
Michele Guerini Rocco 2023-09-23 00:00:55 +02:00 committed by GitHub
commit 929f119706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "78.0";
version = "79.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-iImcpuGZsRlwBTPyPUsfHAOkOIhc8eYs6rinl8O78oU=";
sha256 = "sha256-M+CST7A/obfuGH4lyV68vrhmzEIFCa7DRgApKbPh/uQ=";
};
nativeBuildInputs = [