We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985047d commit 773ef5aCopy full SHA for 773ef5a
1 file changed
pkgs/tools/misc/youtube-dl/default.nix
@@ -18,11 +18,11 @@ buildPythonPackage rec {
18
# The websites youtube-dl deals with are a very moving target. That means that
19
# downloads break constantly. Because of that, updates should always be backported
20
# to the latest stable release.
21
- version = "2020.09.14";
+ version = "2020.09.20";
22
23
src = fetchurl {
24
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
25
- sha256 = "18wfhprbaszpxgqkac3hb050ngvdsaibbcifg88rkv5vc6bc2mq6";
+ sha256 = "1pkw3hnkddk1kqv0in152q1k4jjgbmf2xvc9j3r5nd38z6f7j6mc";
26
};
27
28
nativeBuildInputs = [ installShellFiles makeWrapper ];
0 commit comments