1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 00:10:30 +00:00

Merge pull request #94036 from zowoq/ytdl

youtube-dl: 2020.06.16.1 -> 2020.07.28
This commit is contained in:
Maximilian Bosch 2020-07-28 01:08:34 +02:00 committed by GitHub
commit ca7f4a5fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.06.16.1";
version = "2020.07.28";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1q0080cvxpfakgbzigbnl9adnga3jz1sqig2rsiq52rarqbc01px";
sha256 = "1if7xyi7g9rpni1jbs7gv5m12s34qdb15dpfbbjn8120h16y7cqz";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];