Merge pull request #220144 from Intuinewin/rectangle-0.66

rectangle: 0.59 -> 0.67
This commit is contained in:
Weijia Wang 2023-04-19 16:28:03 +03:00 committed by GitHub
commit 5608f9dbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "rectangle";
version = "0.59";
version = "0.67";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
sha256 = "sha256-6K4HJ4qWjf/BsoxmSWyO/Km3BZujCnMJ2/xCMkH3TaI=";
hash = "sha256-tvxGDfpHu86tZt7M055ehEG/lDdmdPmZwrDc2F/yUjk=";
};
sourceRoot = "Rectangle.app";