nongnu: ffmpeg-nvenc: Use inherited source.

* nongnu/packages/video.scm (ffmpeg-nvenc) [version, source]: Use inherited
value.
This commit is contained in:
Hilton Chain 2025-10-01 19:47:55 +08:00
parent 89f0dca2eb
commit 8ccfb0f009
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -47,14 +47,6 @@
(package
(inherit ffmpeg)
(name "ffmpeg-nvenc")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0f2fr8ywchhlkdff88lr4d4vscqzsi1ndjh3r5jwbkayf94lcqiv"))))
(inputs
(modify-inputs
(package-inputs ffmpeg)