mkvtoolnix: 68.0.0 -> 69.0.0

This commit is contained in:
R. Ryantm 2022-07-31 23:33:20 +00:00
parent efb7405702
commit d359ccc5c5

View File

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "68.0.0";
version = "69.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "0m09r0w98dja9y1yp1vq5hdh46lw0k60aa0xfkdy5zlva568cb7c";
sha256 = "sha256-sKm/TjlVFj6Vy6lfy3v7UJoEUXALZZSKO3zoIrYtwrc=";
};
nativeBuildInputs = [