Skip to content

Commit 579a190

Browse files
k0ralfpletz
k0ral
authored andcommittedSep 17, 2017
youtube-dl: 2017.08.27 -> 2017.09.15
1 parent 6460e45 commit 579a190

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.08.27";
18+
version = "2017.09.15";
1919

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

2525
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.