mkvtoolnix: 85.0 -> 86.0

This commit is contained in:
R. Ryantm
2024-07-14 01:41:16 +00:00
parent bd24e293f2
commit cf80bd7819
@@ -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 = [