Skip to content

Commit

Permalink
youtube-dl: 2020.06.16.1 -> 2020.07.28
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and Ma27 committed Jul 27, 2020
1 parent 2748318 commit eeb91b0
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.16.1";
version = "2020.07.28";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit eeb91b0

Please sign in to comment.