YtDlp : Add a link to the repo.

This commit is contained in:
Dmitry Voronin 2024-03-14 14:36:20 +03:00
parent 4693bced76
commit 44dce46b60

View file

@ -6,6 +6,7 @@ in stdenv.mkDerivation {
dontUnpack = true; dontUnpack = true;
# https://github.com/yt-dlp/yt-dlp
src = fetchurl { src = fetchurl {
url = "https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp_linux"; url = "https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp_linux";
sha256 = "${hash}"; sha256 = "${hash}";