Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
youtube-dl: 2019.06.21 -> 2019.06.27
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd authored and fpletz committed Jun 28, 2019
1 parent 9d9eb87 commit 5a5245e
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.21";
version = "2019.06.27";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 5a5245e

Please sign in to comment.