yt-dlp: 2025.6.9 -> 2025.6.25 (#420167)

authored by Sandro and committed by GitHub 397ec2ed ec33f031

+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.6.9"; 21 pyproject = true; 22 23 src = fetchPypi { 24 inherit version; 25 pname = "yt_dlp"; 26 - hash = "sha256-dR9To7YTU1Ir+AX6MLvL0WZmEmU345cG6rT4w2jxEaw="; 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.6.25"; 21 pyproject = true; 22 23 src = fetchPypi { 24 inherit version; 25 pname = "yt_dlp"; 26 + hash = "sha256-JCtkjhoYqwS91MwXWjF/6Ow619AXXu6fmBkSYks9bIs="; 27 }; 28 29 build-system = with python3Packages; [