Skip to content

Commit

Permalink
youtube-dl: 2020.07.28 -> 2020.09.06
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and Ma27 committed Sep 6, 2020
1 parent c2c55c9 commit b0976a3
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.07.28";
version = "2020.09.06";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit b0976a3

Please sign in to comment.