mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] servarr-ffmpeg: 5.1.4 -> 5.1.10 (#535617)
This commit is contained in:
commit
5c0bb178e9
2 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "5.1.4";
|
||||
version = "5.1.10";
|
||||
in
|
||||
|
||||
(ffmpeg-headless.override {
|
||||
|
|
@ -17,8 +17,8 @@ in
|
|||
source = fetchFromGitHub {
|
||||
owner = "Servarr";
|
||||
repo = "FFmpeg";
|
||||
rev = "e9230b4c9027435dd402a68833f144643a3df43a";
|
||||
hash = "sha256-oMIblMOnnYpKvYeleCZpFZURGVc3fDAlYpOJu+u7HkU=";
|
||||
rev = "9eecad42d64ab888b9bb366df998b5b7cac0e2bc";
|
||||
hash = "sha256-8qXQIbBNFRX3HsEHD2m4STHyxALqTSoIkKrVLc6vX/4=";
|
||||
};
|
||||
|
||||
buildFfmpeg = false;
|
||||
|
|
|
|||
|
|
@ -460,7 +460,7 @@ stdenv.mkDerivation (
|
|||
hash = "sha256-ulB5BujAkoRJ8VHou64Th3E94z6m+l6v9DpG7/9nYsM=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionOlder version "7.1.1") [
|
||||
++ optionals (lib.versionOlder version "7.1.1" && lib.versions.major version != "5") [
|
||||
(fetchpatch2 {
|
||||
name = "texinfo-7.1.patch";
|
||||
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/4d9cdf82ee36a7da4f065821c86165fe565aeac2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue