rectangle: gitUpdater -> nix-update-script

This commit is contained in:
DontEatOreo
2025-02-07 16:02:01 +02:00
parent b92c4b3df6
commit 94748ce276
+2 -5
View File
@@ -3,7 +3,7 @@
stdenvNoCC,
fetchurl,
undmg,
gitUpdater,
nix-update-script,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -28,10 +28,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = gitUpdater {
url = "https://github.com/rxhanson/Rectangle";
rev-prefix = "v";
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Move and resize windows in macOS using keyboard shortcuts or snap areas";