youtube-dl: 2020.11.19 -> 2020.11.21.1
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.21 https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.21.1
This commit is contained in:
parent
0e5158fa9d
commit
e92d758368
@ -18,11 +18,11 @@ buildPythonPackage rec {
|
||||
# The websites youtube-dl deals with are a very moving target. That means that
|
||||
# downloads break constantly. Because of that, updates should always be backported
|
||||
# to the latest stable release.
|
||||
version = "2020.11.19";
|
||||
version = "2020.11.21.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "17my2k6ksj2gch2j85laa5y8c448j4n6zfg85ljfg3zxnag4vhgq";
|
||||
sha256 = "0a9livib328z5j3kfndxys2193dvfs4hh38krx0idg0k26xp7cfl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user