youtube-music: add updateScript

This commit is contained in:
kivuno
2025-08-22 09:47:07 +08:00
committed by Sandro Jäckel
parent 23c2bda6fd
commit f102c789cc

View File

@@ -9,6 +9,7 @@
nodejs, nodejs,
pnpm, pnpm,
makeDesktopItem, makeDesktopItem,
nix-update-script,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@@ -100,6 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
--inherit-argv0 --inherit-argv0
''; '';
passthru.updateScript = nix-update-script { };
meta = { meta = {
description = "Electron wrapper around YouTube Music"; description = "Electron wrapper around YouTube Music";
homepage = "https://th-ch.github.io/youtube-music/"; homepage = "https://th-ch.github.io/youtube-music/";