Skip to content

Commit 829e821

Browse files
zowoqgithub-actions[bot]
authored andcommitted
youtube-dl: 2021.05.16 -> 2021.06.06
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.06.06 (cherry picked from commit df82caf)
1 parent 3776ceb commit 829e821

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ buildPythonPackage rec {
1818
# The websites youtube-dl deals with are a very moving target. That means that
1919
# downloads break constantly. Because of that, updates should always be backported
2020
# to the latest stable release.
21-
version = "2021.05.16";
21+
version = "2021.06.06";
2222

2323
src = fetchurl {
2424
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
25-
sha256 = "1z8sdzvkxhscnzy7cnjag308glif0k8jylr11biqwzypm1f2l0fl";
25+
sha256 = "1hqan9h55x9gfdakw554vic68w9gpvhblchwxlw265zxp56hxjrw";
2626
};
2727

2828
nativeBuildInputs = [ installShellFiles makeWrapper ];

0 commit comments

Comments
 (0)