alt-tab-macos: refactor updateScript
- Simplify the updateScript
This commit is contained in:
parent
0ba898546b
commit
11967e5d84
@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
gitUpdater,
|
||||
nix-update-script,
|
||||
unzip,
|
||||
}:
|
||||
|
||||
@ -28,10 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
url = "https://github.com/lwouis/alt-tab-macos";
|
||||
rev-prefix = "v";
|
||||
};
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Windows alt-tab on macOS";
|
||||
|
Loading…
Reference in New Issue
Block a user