rectangle-pro: 3.63 -> 3.68

This commit is contained in:
Andrew Sukach
2026-04-09 23:41:42 +02:00
committed by Weijia Wang
parent 6f2aca02e6
commit 461c22c6d5
+2 -2
View File
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "rectangle-pro";
version = "3.63";
version = "3.68";
src = fetchurl {
url = "https://rectangleapp.com/pro/downloads/Rectangle%20Pro%20${finalAttrs.version}.dmg";
hash = "sha256-ysRIf19Woo6odCEgkNfoRDelF7gflDhaiNH+hjygz/Q=";
hash = "sha256-8tS9vH55A4h7q+eMDGKolcK6o8HbgAXcPmLlzbI3W8E=";
};
sourceRoot = ".";