mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
ffmpeg: 7.1 -> 7.1.1
This commit is contained in:
@@ -26,8 +26,8 @@ let
|
||||
};
|
||||
|
||||
v7 = {
|
||||
version = "7.1";
|
||||
hash = "sha256-erTkv156VskhYEJWjpWFvHjmcr2hr6qgUi28Ho8NFYk=";
|
||||
version = "7.1.1";
|
||||
hash = "sha256-GyS8imOqfOUPxXrzCiQtzCQIIH6bvWmQAB0fKUcRsW4=";
|
||||
};
|
||||
in
|
||||
|
||||
|
||||
@@ -462,9 +462,10 @@ stdenv.mkDerivation (
|
||||
hash = "sha256-sqUUSOPTPLwu2h8GbAw4SfEf+0oWioz52BcpW1n4v3Y=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1") [
|
||||
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.1") [
|
||||
./fix-fate-ffmpeg-spec-disposition-7.1.patch
|
||||
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "7.1.1") [
|
||||
# Expose a private API for Chromium / Qt WebEngine.
|
||||
(fetchpatch2 {
|
||||
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/raw/a02c1a15706ea832c0d52a4d66be8fb29499801a/add-av_stream_get_first_dts-for-chromium.patch";
|
||||
|
||||
Reference in New Issue
Block a user