rectangle: 0.68 -> 0.70

This commit is contained in:
Antoine Labarussias 2023-08-08 09:53:10 +02:00
parent 9472508c4f
commit abb86ecde0
No known key found for this signature in database
GPG Key ID: 149D68C2439559EF

View File

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "rectangle";
version = "0.68";
version = "0.70";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-N1zSMmRo6ux/b16K4Og68A5bfht2WWi7S40Yys3QkTY=";
hash = "sha256-YJYDzmFfLlXDupyEjoEAin5qynyLjXjuav1DSS/Q5zU=";
};
sourceRoot = ".";
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://rectangleapp.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime ];
maintainers = with maintainers; [ Enzime Intuinewin ];
license = licenses.mit;
};
}