rectangle: 0.82 -> 0.83

This commit is contained in:
Weijia Wang 2024-09-16 00:39:50 +02:00
parent ba74d07245
commit ea61eda12f

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation rec {
pname = "rectangle";
version = "0.82";
version = "0.83";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-Uwo98Mf7Ce6vbRRoNSsxtJh1zS5/p8Sicd/vcjczmVk=";
hash = "sha256-R364m1X0NQky/W9NzszUzP+2f06ZqBuJKh5m2uOXLmo=";
};
sourceRoot = ".";