lol

Merge pull request #73890 from xrelkd/update/youtube-dl

youtube-dl: 2019.11.05 -> 2019.11.22

authored by

Franz Pletz and committed by
GitHub
c79a5d1a 1a63afd5

+2 -2
+2 -2
pkgs/tools/misc/youtube-dl/default.nix
··· 18 18 # The websites youtube-dl deals with are a very moving target. That means that 19 19 # downloads break constantly. Because of that, updates should always be backported 20 20 # to the latest stable release. 21 - version = "2019.11.05"; 21 + version = "2019.11.22"; 22 22 23 23 src = fetchurl { 24 24 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz"; 25 - sha256 = "129461i4103slqj3nq69djnlmgjj3lfgmazn41avc5g967w29b85"; 25 + sha256 = "0avdlp0dc9p3lm68mfnic21x6blxmr0zvlxa4br5vj4y4sckq2m8"; 26 26 }; 27 27 28 28 nativeBuildInputs = [ makeWrapper ];