Skip to content

Commit f8d7942

Browse files
committedJun 18, 2017
youtubeDL: 2017.05.29 -> 2017.06.18
1 parent 59634a6 commit f8d7942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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.05.29";
18+
version = "2017.06.18";
1919

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

2525
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)