mkvtoolnix: 84.0 -> 85.0

This commit is contained in:
rnhmjoj 2024-06-24 22:09:22 +02:00
parent ba5a6f19ed
commit eae82943a9
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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