nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

yt-dlp: 2023.11.14 -> 2023.11.16

+2 -2
+2 -2
pkgs/tools/misc/yt-dlp/default.nix
··· 22 22 # The websites yt-dlp deals with are a very moving target. That means that 23 23 # downloads break constantly. Because of that, updates should always be backported 24 24 # to the latest stable release. 25 - version = "2023.11.14"; 25 + version = "2023.11.16"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-s8JTU7oQaSLYcKWlnk1qLrhXg+vRfinsQ1vD4XZN6L4="; 29 + hash = "sha256-8Mza8S4IsVkCYBpGccerEpBtexHeOudfplBoEcJOxdo="; 30 30 }; 31 31 32 32 propagatedBuildInputs = [