rectangle: 0.79 -> 0.80

This commit is contained in:
Weijia Wang 2024-06-05 10:20:41 +02:00
parent 87bc60cf2e
commit 89801f7ead

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "rectangle";
version = "0.79";
version = "0.80";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-XczwgLONTt7wL+oW1ruw6wBwZTMd5VyN+79xJy0NUIg=";
hash = "sha256-CmYhMnEhn3UK82RXuT1KQhAoK/0ewcUU6h73el2Lpw8=";
};
sourceRoot = ".";