YtDlp : Add a link to the repo.
This commit is contained in:
parent
4693bced76
commit
44dce46b60
|
@ -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}";
|
||||||
|
|
Loading…
Reference in a new issue