Unverified Commit ecdb1d6c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311182 from wegank/rectangle-bump

rectangle: 0.77 -> 0.79
parents 56d1fa9f 659d66c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "rectangle";
  version = "0.77";
  version = "0.79";

  src = fetchurl {
    url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
    hash = "sha256-wViFngw6iwlOG7KsW+zqxjm9ZRJahscX0TYz7/7T5nw=";
    hash = "sha256-XczwgLONTt7wL+oW1ruw6wBwZTMd5VyN+79xJy0NUIg=";
  };

  sourceRoot = ".";