Skip to content

Commit

Permalink
Merge pull request #104942 from AndersonTorres/release-20.09
Browse files Browse the repository at this point in the history
[20.09] youtube-dl: 2020.11.24 -> 2020.11.26
  • Loading branch information
Ma27 committed Nov 25, 2020
2 parents 6abfce3 + 9396030 commit ffb3aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
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.11.24";
version = "2020.11.26";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0yjkzv47vspl3hgz0dpvyikjv0w9bk6l91s1iaa7qbdlsvig4w3x";
sha256 = "0zvgb1b5kzd2y97rvynxf7qvz3narllf1m26xsph1zll1zb6q47v";
};

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit ffb3aab

Please sign in to comment.