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 8c1c2a5 commit 7b52b0cCopy full SHA for 7b52b0c
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.06.18";
+ version = "2017.07.09";
19
20
src = fetchurl {
21
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
22
- sha256 = "16az9rwr71hvs2z2xagnk71xqs7si0nb8rkn63r7pfv4rb134ggm";
+ sha256 = "0phrfby2nk5y5x5173bbg3jcr2ajk849al3zji5y39z39dj36ba2";
23
};
24
25
nativeBuildInputs = [ makeWrapper ];
0 commit comments