youtube-dl: 2020.11.29 -> 2020.12.02

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.02
This commit is contained in:
zowoq 2020-12-02 09:19:59 +10:00
parent b1d16d8101
commit bc1ed39ffa

View file

@ -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.29";
version = "2020.12.02";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "10px5wnsjw4lzdh75810q4sjbhnd7cjxwpa3crapd3yj0f3bwa76";
sha256 = "0wkslmqiydlzrla4wx67757b18r4l9h42fkfzdcxx6n0ygiv4qbi";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];