3
0
Fork 0
forked from mirrors/nixpkgs

rectangle: 0.74 -> 0.75

This commit is contained in:
Weijia Wang 2023-12-05 01:28:33 +01:00
parent 0b62f5adfd
commit 4d61ec245f

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 = ".";