Skip to content

Commit

Permalink
youtube-dl: 2018.08.28 -> 2018.09.01
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Sep 7, 2018
1 parent b11cfc2 commit fa76f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/youtube-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
buildPythonPackage rec {

pname = "youtube-dl";
version = "2018.08.28";
version = "2018.09.01";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit fa76f75

Please sign in to comment.