yt-dlp: 2024.10.22 -> 2024.11.4, use constant changlog URL

Due to slightly different version formatting we cannot easily link it.

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.11.04
This commit is contained in:
Sandro Jäckel 2024-11-04 11:25:28 +01:00
parent 4f31465118
commit b0d195af54
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -26,13 +26,13 @@ buildPythonPackage rec {
# The websites yt-dlp 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 = "2024.10.22";
version = "2024.11.4";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-R7gqH9IkEbXJXvLwoa4a9Obf1zbqmf2yoOpBRFq8Yro=";
hash = "sha256-7SBMG2G8Vj4TREd2bRqzQxc1QHmeE+u5U+iHzn3PaGU=";
};
build-system = [
@ -99,7 +99,7 @@ buildPythonPackage rec {
youtube-dl is released to the public domain, which means
you can modify it, redistribute it or use it however you like.
'';
changelog = "https://github.com/yt-dlp/yt-dlp/releases/tag/${version}";
changelog = "https://github.com/yt-dlp/yt-dlp/blob/HEAD/Changelog.md";
license = licenses.unlicense;
maintainers = with maintainers; [
mkg20001