mkvtoolnix: 73.0.0 -> 74.0.0

This commit is contained in:
R. Ryantm 2023-03-03 09:05:53 +00:00
parent 0749042bfa
commit f385a972fa

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "73.0.0";
version = "74.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "HGoT3t/ooRMiyjUkHnvVGOB04IU5U8VEKDixhE57kR8=";
sha256 = "sha256-p8rIAHSqYCOlNbuxisQlIkMh2OArc+MOYn1kgC5kJsc=";
};
nativeBuildInputs = [