mkvtoolnix: 44.0.0 -> 45.0.0

This commit is contained in:
R. RyanTM 2020-04-06 06:49:14 +00:00
parent e50c67ad7e
commit 4b1e60bda9

View File

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "44.0.0";
version = "45.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "072sw51svaizqi9f6kscic23wxcjarwgb7nv52yd5si5w8s0qh9r";
sha256 = "1m9ih6bgl3nrjgr0rxvfbvw8s9ska7ps1ypc2ynvyxba4gjkkyyf";
};
nativeBuildInputs = [