Merge pull request #105628 from zowoq/ytdl

youtube-dl: 2020.11.29 -> 2020.12.02
This commit is contained in:
Martin Weinelt 2020-12-02 01:45:42 +01:00 committed by GitHub
commit 66b96097f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];