Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
youtube-dl: 2019.03.18 -> 2019.04.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Apr 1, 2019
1 parent 2b23f30 commit 5ed1d8e
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 @@ -19,11 +19,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 = "2019.03.18";
version = "2019.04.01";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 5ed1d8e

Please sign in to comment.