Skip to content

Commit

Permalink
youtube-dl: 2019.07.16 -> 2019.07.27
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e0c5ca)
  • Loading branch information
xrelkd authored and Mic92 committed Jul 29, 2019
1 parent 7b63f7a commit defa89f
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.07.16";
version = "2019.07.27";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit defa89f

Please sign in to comment.