about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2018-06-15 16:01:47 +0900
committerGitHub <noreply@github.com>2018-06-15 16:01:47 +0900
commit1511a45ba65e502e210306969f4a001241911f40 (patch)
tree309300f44cb413cd8ec9fabb3892caba92c022d0 /pkgs
parent437d01db08c418d4e8991390d951b24d6cbc5353 (diff)
parentefb84936881c7c16e301624d47c6d54fdb6bd956 (diff)
downloadnixlib-1511a45ba65e502e210306969f4a001241911f40.tar
nixlib-1511a45ba65e502e210306969f4a001241911f40.tar.gz
nixlib-1511a45ba65e502e210306969f4a001241911f40.tar.bz2
nixlib-1511a45ba65e502e210306969f4a001241911f40.tar.lz
nixlib-1511a45ba65e502e210306969f4a001241911f40.tar.xz
nixlib-1511a45ba65e502e210306969f4a001241911f40.tar.zst
nixlib-1511a45ba65e502e210306969f4a001241911f40.zip
Merge pull request #41983 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 23.0.0 -> 24.0.0
Diffstat (limited to 'pkgs')
-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 544e4917f453..1179398693d5 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -12,13 +12,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "mkvtoolnix-${version}";
-  version = "23.0.0";
+  version = "24.0.0";
 
   src = fetchFromGitLab {
     owner  = "mbunkus";
     repo   = "mkvtoolnix";
     rev    = "release-${version}";
-    sha256 = "13n2jvwws87bws483dncvhf9vqsjy3l0lxh7x741g71075299w73";
+    sha256 = "0r6v7n4wq1ivjcfs4br5ywz2f0jbwxrharfcjmycnbjsckz1l7ps";
   };
 
   nativeBuildInputs = [