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

mkvtoolnix: 80.0 -> 81.0
This commit is contained in:
Michele Guerini Rocco 2023-12-18 10:40:24 +01:00 committed by GitHub
commit d3acbdda8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "80.0";
version = "81.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
hash = "sha256-/RqTfnxivghViFryCvj5RXSBziztb1Drb7tT89cGZ3o=";
hash = "sha256-Dh1XbC3uATTkc23m9rcehXs2/2zekwI6IzE04L/cXS0=";
};
nativeBuildInputs = [