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

mkvtoolnix: 85.0 -> 86.0
This commit is contained in:
Michele Guerini Rocco 2024-07-14 10:46:41 +02:00 committed by GitHub
commit db378e1f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,13 +49,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "85.0";
version = "86.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
hash = "sha256-E8fULDUkEnh/0W/OIh+peO+JXSecgINPJclOTc5KYVo=";
hash = "sha256-h9rVs4A7JihnCj15XUus9xMvShKWyYhJN/90v/fl0PE=";
};
nativeBuildInputs = [