3
0
Fork 0
forked from mirrors/nixpkgs

youtube-dl: 2020.12.26 -> 2020.12.29

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.29
This commit is contained in:
zowoq 2020-12-29 08:38:44 +10:00
parent 14c2379fa7
commit 3a875fa58a

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.12.26";
version = "2020.12.29";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1kqfrci4qg6bx7ywzppidjqxsx1c4l5psmwqcylw66bs0s442fwy";
sha256 = "1hcr3mf63csp6lfpqszl5ibb2jhyl180s6pvbb7771jg0kdvlbbb";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];