Merge pull request #305712 from chewblacka/update-ytdownloader

ytdownloader: 3.17.3 -> 3.17.4
This commit is contained in:
Mario Rodas 2024-04-21 20:04:32 -05:00 committed by GitHub
commit 38893319b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildNpmPackage rec {
pname = "ytDownloader";
version = "3.17.3";
version = "3.17.4";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "ytDownloader";
rev = "refs/tags/v${version}";
hash = "sha256-aqQGOqPLKKTBjWjL3KyRD4paBGCQLhCBjXwVVhoHDSk=";
hash = "sha256-GW+17DfPiFxw2QyJ5KTMZLDWmqXfnHfkg+QpM5XOP0M=";
};
npmDepsHash = "sha256-lhFyiWy9dgnxxaElavzqA4YpRm7cVC23pvL5Kwve58E=";