summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-02-09 12:43:09 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-02-09 12:43:09 +0000
commit6e479db7308eea1fcf788e25f952d9b50acca999 (patch)
treec42b4bfa536cc79702f3658544f407148af2511d /pkgs/applications/video
parent2875250c5f611c26dbaf2834b5c4fe1249fd39cc (diff)
downloadnixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar.gz
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar.bz2
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar.lz
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar.xz
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.tar.zst
nixlib-6e479db7308eea1fcf788e25f952d9b50acca999.zip
mkvtoolnix: update to 7.6.0
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 df0cb1b81106..1fa77128c043 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -18,12 +18,12 @@
 assert withGUI -> wxGTK != null;
 
 stdenv.mkDerivation rec {
-  version = "7.5.0";
+  version = "7.6.0";
   name = "mkvtoolnix-${version}";
 
   src = fetchurl {
     url = "http://www.bunkus.org/videotools/mkvtoolnix/sources/${name}.tar.xz";
-    sha256 = "0ksv79zcpp34jzs77r02x119c0h2wyvkgckd0bbwjix0qyczgfhp";
+    sha256 = "1n6waln6r9jx26al3k2nh6wi8p1q6lv2fs48nbc1lj9s2fc35pkl";
   };
 
   buildInputs = [