mkvtoolnix: 86.0 -> 87.0

This commit is contained in:
rnhmjoj 2024-09-08 13:39:22 +02:00
parent 70efff65e0
commit 373587877f
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

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 = [