Skip to content

Commit

Permalink
youtube-dl: 2020.12.29 -> 2020.12.31
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 31, 2020
1 parent 352ae0b commit 6c6ab8c
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.12.29";
version = "2020.12.31";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit 6c6ab8c

Please sign in to comment.