Merge pull request #247887 from Intuinewin/rectangle/0.70

rectangle: 0.68 -> 0.70
This commit is contained in:
Nick Cao 2023-08-12 23:51:44 -06:00 committed by GitHub
commit b86547b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}