ytmdesktop: add passthru.updateScript

This commit is contained in:
cjshearer
2025-09-07 02:26:09 +05:30
committed by Masum Reza
parent 1a6d2742aa
commit e277429071
+4
View File
@@ -13,6 +13,8 @@
electron,
commandLineArgs ? "",
nix-update-script,
}:
let
@@ -137,6 +139,8 @@ stdenv.mkDerivation (finalAttrs: {
})
];
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/ytmdesktop/ytmdesktop/tag/v${finalAttrs.version}";
description = "Desktop App for YouTube Music";