yt-dlp-ejs: migrate from fetcherVersion = 2 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-05-09 14:25:18 +03:00
parent cd681925a9
commit 6556f2e9dc
@@ -28,8 +28,8 @@ buildPythonPackage rec {
version
src
;
fetcherVersion = 2;
hash = "sha256-3hhwKUzfdlKmth4uRlfBSdxEOIfhAVaq2PZIOHWGWiM=";
fetcherVersion = 3;
hash = "sha256-4qMOAl9Dbe1oYSRIeP7oPcV/+P8NLdIYvSNxaz0h+Z0=";
};
build-system = [