Merge pull request #225075 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 74.0.0 -> 75.0.0
This commit is contained in:
Michele Guerini Rocco 2023-04-07 20:33:33 +02:00 committed by GitHub
commit 039a18a908
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 = "74.0.0";
version = "75.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-p8rIAHSqYCOlNbuxisQlIkMh2OArc+MOYn1kgC5kJsc=";
sha256 = "c3I2ULSvKBTYIm1chVHPkaV0TxblLglBjzeUJ5TRmGw=";
};
nativeBuildInputs = [