Merge pull request #322256 from rnhmjoj/pr-mkvtoolnix

mkvtoolnix: 84.0 -> 85.0
This commit is contained in:
Michele Guerini Rocco
2024-06-25 08:27:07 +02:00
committed by GitHub
@@ -8,7 +8,6 @@
, cmark
, docbook_xsl
, expat
, fetchpatch2
, file
, flac
, fmt
@@ -50,13 +49,13 @@ let
in
stdenv.mkDerivation rec {
pname = "mkvtoolnix";
version = "84.0";
version = "85.0";
src = fetchFromGitLab {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
hash = "sha256-//I++WWnSHnkpTZ0TzS3lhH5+eDD5mazTQ1HVMQS4Ug=";
hash = "sha256-E8fULDUkEnh/0W/OIh+peO+JXSecgINPJclOTc5KYVo=";
};
nativeBuildInputs = [
@@ -95,11 +94,6 @@ stdenv.mkDerivation rec {
++ optionals stdenv.isLinux [ qtwayland ]
++ optionals stdenv.isDarwin [ libiconv ];
patches = [ (fetchpatch2 {
url = "https://gitlab.com/mbunkus/mkvtoolnix/-/commit/7e1bea9527616ab6ab38425e7290579f05dd9bb1.patch";
hash = "sha256-9UZrfwrzfKwF8XDzqYnuaDgZws7l1YAb5O1O1+nxo0g=";
}) ];
# autoupdate is not needed but it silences a ton of pointless warnings
postPatch = ''
patchShebangs . > /dev/null