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 59634a6 commit f8d7942Copy full SHA for f8d7942
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.05.29";
+ version = "2017.06.18";
19
20
src = fetchurl {
21
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
22
- sha256 = "11zh0h4hwwx39iv6qbkqbvf5a5mgj71ngj2kp7zmq7g0qh37x9rx";
+ sha256 = "16az9rwr71hvs2z2xagnk71xqs7si0nb8rkn63r7pfv4rb134ggm";
23
};
24
25
nativeBuildInputs = [ makeWrapper ];
0 commit comments