Unverified Commit f76e8263 authored by DontEatOreo's avatar DontEatOreo
Browse files
parent af4ce091
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "rectangle";
  version = "0.85";
  version = "0.86";

  src = fetchurl {
    url = "https://github.com/rxhanson/Rectangle/releases/download/v${finalAttrs.version}/Rectangle${finalAttrs.version}.dmg";
    hash = "sha256-TBUC5z2BZMt0eb9NAD3/y9y23iRzs7YRJSfyb3QN1Mc=";
    hash = "sha256-UUL5xaZn+NDQ5VvlVH9ROek5AFQ5fyZLGubLc/qQqcI=";
  };

  sourceRoot = ".";