Commit e2774290 authored by cjshearer's avatar cjshearer Committed by Masum Reza
Browse files

ytmdesktop: add passthru.updateScript

parent 1a6d2742
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";