Skip to content

Commit

Permalink
youtube-dl: 2019.04.01 -> 2019.04.07
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f620ef)
  • Loading branch information
dtzWill authored and worldofpeace committed Apr 7, 2019
1 parent 680b155 commit f9576d0
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.04.01";
version = "2019.04.07";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit f9576d0

Please sign in to comment.