gnu: youtube-dl: Update source uri.
* gnu/packages/video.scm (youtube-dl)[source]: Update to new upstream uri.
This commit is contained in:
parent
9e8e252026
commit
ff1d80f304
|
@ -1495,8 +1495,8 @@ access to mpv's powerful playback capabilities.")
|
||||||
(version "2019.09.12")
|
(version "2019.09.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rg3/youtube-dl/releases/"
|
(uri (string-append "https://github.com/ytdl-org/youtube-dl/"
|
||||||
"download/" version "/youtube-dl-"
|
"releases/download/" version "/youtube-dl-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue