mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:37:49 +00:00
mkvtoolnix: 84.0 -> 85.0
This commit is contained in:
parent
ba5a6f19ed
commit
eae82943a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user