Skip to content

Commit

Permalink
youtube-dl: 2020.06.06 -> 2020.06.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi authored and Ma27 committed Jun 16, 2020
1 parent 33e9bc8 commit dce9ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ buildPythonPackage rec {
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2020.06.06";
version = "2020.06.16.1";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1qrrr14glv0jv377n61paq55b6k58jpnwbz2sp5xfl4wnxy5hqny";
sha256 = "1q0080cvxpfakgbzigbnl9adnga3jz1sqig2rsiq52rarqbc01px";
};

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit dce9ef5

Please sign in to comment.