about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2020-07-17 17:10:34 +0200
committerGitHub <noreply@github.com>2020-07-17 17:10:34 +0200
commit942b6411daea00d9efb030d3d644410c9ba27276 (patch)
tree43121443fa5910749d7414f5020fa2863a8db897 /pkgs/applications/video
parent54dedd2e16f6000f4b332c5f49525e499126157a (diff)
parent2e315da53e30c1bb30305f85c54986fa521a8543 (diff)
Merge pull request #93345 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 47.0.0 -> 48.0.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 68f3cac1bfac0..9b2c8f83577ed 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -13,13 +13,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "mkvtoolnix";
-  version = "47.0.0";
+  version = "48.0.0";
 
   src = fetchFromGitLab {
     owner  = "mbunkus";
     repo   = "mkvtoolnix";
     rev    = "release-${version}";
-    sha256 = "1s8y9khyfjg06mr7rmm26pk0b3nbkcrs56r29a9l57wbkqyl7qp9";
+    sha256 = "0lbl3w2m12blymda3m00afl9racgahvl0z4b2clwbawhvypc5vfc";
   };
 
   nativeBuildInputs = [