Skip to content

Commit

Permalink
Merge pull request #186993 from r-ryantm/auto-update/mkvtoolnix
Browse files Browse the repository at this point in the history
mkvtoolnix: 69.0.0 -> 70.0.0
  • Loading branch information
rnhmjoj authored Aug 16, 2022
2 parents d2ce318 + 737ed60 commit ce7b4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/mkvtoolnix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "69.0.0";
version = "70.0.0";

src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "sha256-sKm/TjlVFj6Vy6lfy3v7UJoEUXALZZSKO3zoIrYtwrc=";
sha256 = "sha256-7ryLf/SKM5m7MdOd2K2XhJEdLF2H8xjV1aZMKUjm+Ok=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ce7b4fd

Please sign in to comment.