gnu: ffmpeg: Update to 6.1.2.

* gnu/packages/video.scm (ffmpeg): Update to 6.1.2.

Change-Id: I32ee4ff66f3e8dcf87dbfb373252859bdb1c86d6
This commit is contained in:
Maxim Cournoyer 2025-07-13 14:07:08 +09:00
parent 5ae8ea40b6
commit b8951c7122
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1865,14 +1865,14 @@ audio/video codec library.")
(define-public ffmpeg
(package
(inherit ffmpeg-7)
(version "6.1.1")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0s7r2qv8gh2a3w568n9xxgcz0q8j5ww1jdsci1hm9f4l1yqg9146"))
"0f2fr8ywchhlkdff88lr4d4vscqzsi1ndjh3r5jwbkayf94lcqiv"))
(patches
(search-patches
"ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"))))