Skip to content

Commit 7b52b0c

Browse files
committedJul 9, 2017
youtube-dl: 2017.06.18 -> 2017.07.09
1 parent 8c1c2a5 commit 7b52b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ with stdenv.lib;
1515
buildPythonApplication rec {
1616

1717
name = "youtube-dl-${version}";
18-
version = "2017.06.18";
18+
version = "2017.07.09";
1919

2020
src = fetchurl {
2121
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
22-
sha256 = "16az9rwr71hvs2z2xagnk71xqs7si0nb8rkn63r7pfv4rb134ggm";
22+
sha256 = "0phrfby2nk5y5x5173bbg3jcr2ajk849al3zji5y39z39dj36ba2";
2323
};
2424

2525
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.