Commit 50e0342e authored by Weijia Wang's avatar Weijia Wang
Browse files

rectangle-pro: 3.68 -> 3.75

parent 461c22c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "rectangle-pro";
  version = "3.68";
  version = "3.75";

  src = fetchurl {
    url = "https://rectangleapp.com/pro/downloads/Rectangle%20Pro%20${finalAttrs.version}.dmg";
    hash = "sha256-8tS9vH55A4h7q+eMDGKolcK6o8HbgAXcPmLlzbI3W8E=";
    hash = "sha256-1NIR3iql9+e2nX/mzThkJ2LnLi0onrgF8gLwFBf2iKc=";
  };

  sourceRoot = ".";