mkvtoolnix: 23.0.0 -> 24.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.

These checks were done:

- built on NixOS
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvmerge passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvinfo passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvextract passed the binary check.
- /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvpropedit passed the binary check.
- Warning: no invocation of /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0/bin/mkvtoolnix-gui had a zero exit code or showed the expected version
- 4 of 5 passed binary check by having a zero exit code.
- 0 of 5 passed binary check by having the new version present in output.
- found 24.0.0 with grep in /nix/store/bnl49j7lsczpy2c1xpbw2v4s9l5qv4wn-mkvtoolnix-24.0.0
- directory tree listing: https://gist.github.com/91328ec90c8ee5a51b0a1f29e5e11d51
- du listing: https://gist.github.com/e66ad0366b78978eb90f87a6c66e434a
This commit is contained in:
R. RyanTM 2018-06-14 02:24:05 -07:00
parent 3e3a9e661d
commit efb8493688

View File

@ -12,13 +12,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "23.0.0";
version = "24.0.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "13n2jvwws87bws483dncvhf9vqsjy3l0lxh7x741g71075299w73";
sha256 = "0r6v7n4wq1ivjcfs4br5ywz2f0jbwxrharfcjmycnbjsckz1l7ps";
};
nativeBuildInputs = [