about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-03 11:15:58 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-03 11:15:58 -0700
commit86ebd3ee256a773787a354a80b04a9a6231d48a3 (patch)
tree8fcdeaeb4116aa9a05e9f55b2b28482f456e6daf /pkgs/applications/video
parent14e715a55da0d4f62651c0401ecc7933e062c5f9 (diff)
parentd169882bb2173402b9ff9691dc7b7004f09cdf51 (diff)
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mkvtoolnix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mkvtoolnix/default.nix b/pkgs/applications/video/mkvtoolnix/default.nix
index 0dbf427138315..e3f586a3a0f22 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -17,11 +17,11 @@ assert legacyGUI -> wxGTK != null;
 
 stdenv.mkDerivation rec {
   name = "mkvtoolnix-${version}";
-  version = "7.9.0";
+  version = "8.3.0";
 
   src = fetchurl {
     url = "http://www.bunkus.org/videotools/mkvtoolnix/sources/${name}.tar.xz";
-    sha256 = "0jmsgfkxrnplpmwlzynqdb4xf3x1z3dminz97gmddswwgnjqyy1r";
+    sha256 = "0dzwmwa76y4nhb5brp5a1kxgxjr71czd8vj218qmrlwm54i85gc7";
   };
 
   patchPhase = ''