lol

yt-dlp: 2021.10.22 -> 2021.11.10.1

https://github.com/yt-dlp/yt-dlp/releases/tag/2021.11.10
https://github.com/yt-dlp/yt-dlp/releases/tag/2021.11.10.1

+2 -2
+2 -2
pkgs/tools/misc/yt-dlp/default.nix
··· 20 20 # The websites yt-dlp deals with are a very moving target. That means that 21 21 # downloads break constantly. Because of that, updates should always be backported 22 22 # to the latest stable release. 23 - version = "2021.10.22"; 23 + version = "2021.11.10.1"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname; 27 27 version = builtins.replaceStrings [ ".0" ] [ "." ] version; 28 - sha256 = "sha256-okuWZr0iNBSeTajE8Wu45fdGwpQo0S7gT8HBG1JHowc="; 28 + sha256 = "f0ad6ae2e2838b608df2fd125f2a777a7ad832d3e757ee6d4583b84b21e44388"; 29 29 }; 30 30 31 31 propagatedBuildInputs = [ websockets mutagen ]