mkvtoolnix: 86.0 -> 87.0 (#340503)

This commit is contained in:
Adam C. Stephens 2024-09-08 18:32:04 -04:00 committed by GitHub
commit f8c1a999dd
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 = "86.0";
version = "87.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
hash = "sha256-h9rVs4A7JihnCj15XUus9xMvShKWyYhJN/90v/fl0PE=";
hash = "sha256-UU57ZgH1sxCXspwfKXScw08aJYiv+k526U8q8N1tA+4=";
};
nativeBuildInputs = [