From 8ccfb0f00995c1809d846a42ebed95ee4f5593eb Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 1 Oct 2025 19:47:55 +0800 Subject: nongnu: ffmpeg-nvenc: Use inherited source. * nongnu/packages/video.scm (ffmpeg-nvenc) [version, source]: Use inherited value. --- nongnu/packages/video.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nongnu/packages/video.scm') diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 5d4eaa4..7705bd1 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -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) -- cgit v1.2.3