From 1ea4b9d66efc922b0bbda71ee582547c95a82072 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 17 Oct 2025 20:36:26 +0200 Subject: [PATCH] Revert "ffmpeg: switch to new source repo" This reverts commit 9192040894caa87e0c6a4a0fce758d86cb72150f. --- pkgs/development/libraries/ffmpeg/generic.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/ffmpeg/generic.nix b/pkgs/development/libraries/ffmpeg/generic.nix index 288c7becbb71..2a3b167e91c0 100644 --- a/pkgs/development/libraries/ffmpeg/generic.nix +++ b/pkgs/development/libraries/ffmpeg/generic.nix @@ -15,11 +15,9 @@ # NOTICE: Always use this argument to override the version. Do not use overrideAttrs. version, # ffmpeg ABI version. Also declare this if you're overriding the source. hash ? "", # hash of the upstream source for the given ABI version - source ? fetchFromGitea { - domain = "code.ffmpeg.org"; - owner = "FFmpeg"; - repo = "FFmpeg"; - tag = "n${version}"; + source ? fetchgit { + url = "https://git.ffmpeg.org/ffmpeg.git"; + rev = "n${version}"; inherit hash; }, @@ -42,7 +40,7 @@ # instead. withFullDeps ? ffmpegVariant == "full", - fetchFromGitea, + fetchgit, fetchpatch2, # Feature flags