Skip to content

Commit

Permalink
youtube-dl: 2020.11.21.1 -> 2020.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 25, 2020
1 parent 7a7bae5 commit af87b1b
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.21.1";
version = "2020.11.24";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit af87b1b

Please sign in to comment.