Skip to content

Commit 773ef5a

Browse files
Luflosiveprbl
authored andcommitted
youtube-dl: 2020.09.14 -> 2020.09.20
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20 (cherry picked from commit 907fd8d) cc #98319
1 parent 985047d commit 773ef5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/youtube-dl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ buildPythonPackage rec {
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.
21-
version = "2020.09.14";
21+
version = "2020.09.20";
2222

2323
src = fetchurl {
2424
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
25-
sha256 = "18wfhprbaszpxgqkac3hb050ngvdsaibbcifg88rkv5vc6bc2mq6";
25+
sha256 = "1pkw3hnkddk1kqv0in152q1k4jjgbmf2xvc9j3r5nd38z6f7j6mc";
2626
};
2727

2828
nativeBuildInputs = [ installShellFiles makeWrapper ];

0 commit comments

Comments
 (0)