···1818 # The websites youtube-dl deals with are a very moving target. That means that
1919 # downloads break constantly. Because of that, updates should always be backported
2020 # to the latest stable release.
2121- version = "2019.11.05";
2121+ version = "2019.11.22";
22222323 src = fetchurl {
2424 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
2525- sha256 = "129461i4103slqj3nq69djnlmgjj3lfgmazn41avc5g967w29b85";
2525+ sha256 = "0avdlp0dc9p3lm68mfnic21x6blxmr0zvlxa4br5vj4y4sckq2m8";
2626 };
27272828 nativeBuildInputs = [ makeWrapper ];