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

mkvtoolnix: 71.1.0 -> 72.0.0

authored by Robert Scott and committed by GitHub 918ce50e 54360cca

+2 -2
+2 -2
pkgs/applications/video/mkvtoolnix/default.nix
··· 47 47 in 48 48 stdenv.mkDerivation rec { 49 49 pname = "mkvtoolnix"; 50 - version = "71.1.0"; 50 + version = "72.0.0"; 51 51 52 52 src = fetchFromGitLab { 53 53 owner = "mbunkus"; 54 54 repo = "mkvtoolnix"; 55 55 rev = "release-${version}"; 56 - sha256 = "sha256-JHbnjcXOctB6HQeHXykWbykdn35S2fCYegMkc3GLmAI="; 56 + sha256 = "sha256-3XKvcV6vwXrn2mf8ziclKgEPOwn3IPyLYy6+d0DscHs="; 57 57 }; 58 58 59 59 nativeBuildInputs = [