zowoq 4 years ago
parent 624285d029
commit aa03778083
  1. 4
      pkgs/tools/misc/youtube-dl/default.nix

@ -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.12";
version = "2020.11.19";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0c98sjaj6mvxnjp0qnwqbr6fibgb4dlizad2xvkiswf4g4h0pc5f";
sha256 = "17my2k6ksj2gch2j85laa5y8c448j4n6zfg85ljfg3zxnag4vhgq";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];

Loading…
Cancel
Save