Skip to content

Commit

Permalink
Merge pull request #64090 from xrelkd/update/youtube-dl
Browse files Browse the repository at this point in the history
youtube-dl: 2019.06.27 -> 2019.07.02
  • Loading branch information
worldofpeace committed Jul 4, 2019
2 parents 2f8ec3b + 4f4ae9c commit c3441f7
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 = "2019.06.27";
version = "2019.07.02";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit c3441f7

Please sign in to comment.