[Backport release-26.05] servarr-ffmpeg: 5.1.4 -> 5.1.10 (#535617)

This commit is contained in:
Matt Sturgeon 2026-06-26 14:03:17 +00:00 committed by GitHub
commit 5c0bb178e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

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

View file

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