summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-01-07 10:33:47 +1000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-07 10:46:12 +0000
commitf069d9974d1ba4ac3009f42ee1783fb5a2f354dc (patch)
tree5e4f53017290a158ccc8da3c3017bd90f8eeab89
parent1f6696c38042d55a57dc60d09c2c38fa48f68c05 (diff)
yt-dlp: 2023.1.2 -> 2023.1.6
https://github.com/yt-dlp/yt-dlp/releases/tag/2023.01.06 (cherry picked from commit e7800b4ed06931b559e33bee3178e372613c3180)
-rw-r--r--pkgs/tools/misc/yt-dlp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/yt-dlp/default.nix b/pkgs/tools/misc/yt-dlp/default.nix
index 4bcb98532eba..f99632fac2de 100644
--- a/pkgs/tools/misc/yt-dlp/default.nix
+++ b/pkgs/tools/misc/yt-dlp/default.nix
@@ -20,11 +20,11 @@ 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 = "2023.1.2";
+ version = "2023.1.6";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-uNe7tcFZX3GIVaMfNNigJ2pwhvXT9ULAIaje2LJtNq4=";
+ sha256 = "sha256-Ong6NnUc7RY2j0CzuoZas5swaJ7YBW8e4jRqo4OaCw8=";
};
propagatedBuildInputs = [ brotli certifi mutagen pycryptodomex websockets ];