Skip to content

Commit

Permalink
Merge pull request #82128 from zowoq/youtube-dl
Browse files Browse the repository at this point in the history
youtube-dl: 2020.03.06 -> 2020.03.08
  • Loading branch information
Ma27 committed Mar 9, 2020
2 parents ddd7d25 + 134f8cc commit 86a085c
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.03.06";
version = "2020.03.08";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 86a085c

Please sign in to comment.