We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6460e45 commit 579a190Copy full SHA for 579a190
pkgs/tools/misc/youtube-dl/default.nix
@@ -15,11 +15,11 @@ with stdenv.lib;
15
buildPythonApplication rec {
16
17
name = "youtube-dl-${version}";
18
- version = "2017.08.27";
+ version = "2017.09.15";
19
20
src = fetchurl {
21
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
22
- sha256 = "1xna277m1vqb6gl1w8mf5vr69c7kvmdsn8mrrqcrmhi7gvr9j03i";
+ sha256 = "1kw8pqzvhbpyxcz2jb692j4cgzd3vmd81mra09xvpzkq974jkx7f";
23
};
24
25
nativeBuildInputs = [ makeWrapper ];
0 commit comments