youtube-dl: 2019.11.22 -> 2019.11.28

This commit is contained in:
Oleksii Filonenko 2019-11-28 18:41:28 +02:00
parent 1b5df99e7a
commit 58621f00b3
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

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 = "2019.11.22";
version = "2019.11.28";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0avdlp0dc9p3lm68mfnic21x6blxmr0zvlxa4br5vj4y4sckq2m8";
sha256 = "19xiwdn3l0kizyj7cik9vyhgrlwg7ss4wl4hy2pbbbqwh5vwppwk";
};
nativeBuildInputs = [ makeWrapper ];