Skip to content

Commit

Permalink
youtube-dl: 2021.03.31 -> 2021.04.01
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 1, 2021
1 parent 86eedf1 commit eb09808
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 = "2021.03.31";
version = "2021.04.01";

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

nativeBuildInputs = [ installShellFiles makeWrapper ];
Expand Down

0 comments on commit eb09808

Please sign in to comment.