yt-dlp: 2025.03.25 -> 2025.03.26 (#393323)

authored by Naïm Camille Favier and committed by GitHub 504ee55f 0c2140bc

+2 -2
+2 -2
pkgs/by-name/yt/yt-dlp/package.nix
··· 17 # The websites yt-dlp deals with are a very moving target. That means that 18 # downloads break constantly. Because of that, updates should always be backported 19 # to the latest stable release. 20 - version = "2025.3.25"; 21 pyproject = true; 22 23 src = fetchPypi { 24 inherit version; 25 pname = "yt_dlp"; 26 - hash = "sha256-x/QlFvnfMdrvU8yiWQI5QBzzHbfE6spnZnz9gvLgric="; 27 }; 28 29 build-system = with python3Packages; [
··· 17 # The websites yt-dlp deals with are a very moving target. That means that 18 # downloads break constantly. Because of that, updates should always be backported 19 # to the latest stable release. 20 + version = "2025.3.26"; 21 pyproject = true; 22 23 src = fetchPypi { 24 inherit version; 25 pname = "yt_dlp"; 26 + hash = "sha256-R0Vhcrx6iNuhxRn+QtgAh6j1MMA9LL8k4GCkH48fbss="; 27 }; 28 29 build-system = with python3Packages; [