Skip to content

Commit

Permalink
Merge pull request #89131 from Luflosi/update/youtube-dl
Browse files Browse the repository at this point in the history
youtube-dl: 2020.05.08 -> 2020.05.29
  • Loading branch information
Ma27 committed May 29, 2020
2 parents 3f9902e + cd0b121 commit 6da14c9
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 = "2020.05.08";
version = "2020.05.29";

src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "16zxa8ss2rka7cvkqyi67s8i1h9f4nxx88w9vjbxchbga6w0scc6";
sha256 = "111ganbfi76ipfq5gjgamjbqd7m8l4lim9wwmfnc04bzvwqqzfi3";
};

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit 6da14c9

Please sign in to comment.