alt-tab-macos: add updateScript

This commit is contained in:
DontEatOreo 2024-05-15 23:41:10 +03:00
parent fd07fb8707
commit e270539a8d
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -2,6 +2,7 @@
lib,
stdenvNoCC,
fetchurl,
gitUpdater,
unzip,
}:
@ -27,6 +28,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = gitUpdater {
url = "https://github.com/lwouis/alt-tab-macos";
rev-prefix = "v";
};
meta = with lib; {
description = "Windows alt-tab on macOS";
homepage = "https://alt-tab-macos.netlify.app";