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

mkvtoolnix: 73.0.0 -> 74.0.0
This commit is contained in:
Michele Guerini Rocco 2023-03-04 10:42:10 +01:00 committed by GitHub
commit a3246a890d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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