Merge pull request #272165 from wegank/rectangle-bump

rectangle: 0.74 -> 0.75
This commit is contained in:
Weijia Wang 2023-12-05 14:16:31 +01:00 committed by GitHub
commit 1445821559
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.74";
version = "0.75";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-ERfzgw8R39dOc9F/dgcgCKbEVFNChC5LqDFBDzbS+Wg=";
hash = "sha256-IjEqT1PHGohuQqgS+IzZKyLoIs0P0V7z42JzNUuzh84=";
};
sourceRoot = ".";