Merge pull request #255878 from wegank/rectangle-bump

rectangle: 0.70 -> 0.71
This commit is contained in:
Weijia Wang 2023-09-19 12:09:53 +02:00 committed by GitHub
commit 5925c27bb7
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.70";
version = "0.71";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-YJYDzmFfLlXDupyEjoEAin5qynyLjXjuav1DSS/Q5zU=";
hash = "sha256-QsvEBTuLh5GyVzNTKaJAVwPNtYCc/3yH+U8VgXE4nk0=";
};
sourceRoot = ".";
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://rectangleapp.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime Intuinewin ];
maintainers = with maintainers; [ Enzime Intuinewin wegank ];
license = licenses.mit;
};
}