summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 06:00:34 -0700
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-24 15:00:34 +0200
commita5c610352329b493418a91b2990675d7ae3336fc (patch)
tree8ffda797b888618b1426f5895fe8ef68b488851f /pkgs/applications/video
parent12c9003b0208866c7e95b7d3a92bcae559c6424a (diff)
downloadnixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar.gz
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar.bz2
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar.lz
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar.xz
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.tar.zst
nixpkgs-a5c610352329b493418a91b2990675d7ae3336fc.zip
mkvtoolnix: 37.0.0 -> 38.0.0 (#71696)
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
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 af917981e1c..153d0a20b6e 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 = "37.0.0";
+  version = "38.0.0";
 
   src = fetchFromGitLab {
     owner  = "mbunkus";
     repo   = "mkvtoolnix";
     rev    = "release-${version}";
-    sha256 = "0r1qzvqc6xx7rmv4v4fjc70cqy832h8v0fjf6c5ljbg1c6pgkl0l";
+    sha256 = "0874rfslglywpa8ilhqv59zvn2hisdsbwd7r61psf5rd64v72ym4";
   };
 
   nativeBuildInputs = [