3
0
Fork 0
forked from mirrors/nixpkgs

youtube-dl: 2020.11.26 -> 2020.11.29

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.29
This commit is contained in:
Luflosi 2020-11-29 09:45:31 +01:00
parent 9183145f0b
commit 5ae0546c58
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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