mkvtoolnix: 24.0.0 -> 25.0.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions.

+2 -2
+2 -2
pkgs/applications/video/mkvtoolnix/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 name = "mkvtoolnix-${version}"; 15 - version = "24.0.0"; 15 + version = "25.0.0"; 16 16 17 17 src = fetchFromGitLab { 18 18 owner = "mbunkus"; 19 19 repo = "mkvtoolnix"; 20 20 rev = "release-${version}"; 21 - sha256 = "0r6v7n4wq1ivjcfs4br5ywz2f0jbwxrharfcjmycnbjsckz1l7ps"; 21 + sha256 = "04m57719q7q0h0gcj1b2bh8xbdcl5bijic4hw71xf9xd19a95k78"; 22 22 }; 23 23 24 24 nativeBuildInputs = [