ytdownloader: 3.19.0 -> 3.19.1 (#409163)

Co-authored-by: chewblacka <chewblacka@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-20 19:54:52 +00:00 committed by GitHub
commit 7cbb56ffe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "ytDownloader"; pname = "ytDownloader";
version = "3.19.0"; version = "3.19.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aandrew-me"; owner = "aandrew-me";
repo = "ytDownloader"; repo = "ytDownloader";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Oj462x1oyhaLFbVNr90hKmg0S+BZXUv1DyNdxsc2L7Y="; hash = "sha256-EweQgKA0CNgiO7q+WTLsUJHpiuRJBQox2FEgjh6CHDQ=";
}; };
npmDepsHash = "sha256-ZJdPfNndYOWzvJpgra16/tCuWTvPLd4ZhSFualJB00E="; npmDepsHash = "sha256-moOxzvzBFNqEe2xd2jVyotxaSsIi+F7J6Dwvqp2Bs08=";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems