3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #39184 from r-ryantm/auto-update/youtube-dl

python27Packages.youtube-dl: 2018.03.26.1 -> 2018.04.16
This commit is contained in:
Jörg Thalheim 2018-04-22 15:38:34 +01:00 committed by GitHub
commit cd2cb152be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ with stdenv.lib;
buildPythonApplication rec {
pname = "youtube-dl";
version = "2018.03.26.1";
version = "2018.04.16";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1sbapwx2zdhprvmljqs6rzxnhiyfpxgin7qyjdrg6h25hhq63vss";
sha256 = "046zg8pww2xg1yibh7c1a8jcg8f1znr4hsz1l1da03djcp6na99d";
};
nativeBuildInputs = [ makeWrapper ];