Skip to content

Commit

Permalink
youtube-dl: 2019.04.24 -> 2019.04.30
Browse files Browse the repository at this point in the history
(cherry picked from commit 860e1d3)
  • Loading branch information
xrelkd authored and worldofpeace committed Apr 30, 2019
1 parent 6c23d69 commit 6d7ed96
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.24";
version = "2019.04.30";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 6d7ed96

Please sign in to comment.