ffmpeg: Fix patch hash (#43269)

This commit is contained in:
Rémi Lacroix 2024-03-19 19:46:02 +01:00 committed by GitHub
parent b659eac453
commit ea96403157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ class Ffmpeg(AutotoolsPackage):
# Patch fixing a build failure with binutils 2.41.0
patch(
"https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/effadce6c756247ea8bae32dc13bb3e6f464f0eb",
sha256="d1ea47c29968507fee772234bc734d29958b62ab92400801ef28559b538a9168",
sha256="f070ac16be68b4d32b1b5b885d146eb36eb508daa928b6f0f78256c3482f9f0e",
when="@:6.0",
)