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

Merge pull request #336129 from wegank/rectangle-bump

rectangle: 0.81 -> 0.82
parents f300433f dd9b84dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "rectangle";
  version = "0.81";
  version = "0.82";

  src = fetchurl {
    url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
    hash = "sha256-oZZz6bsgG+4leQNq2C+nLaAO/Yk+OkS6BnlMQHjlK9E=";
    hash = "sha256-Uwo98Mf7Ce6vbRRoNSsxtJh1zS5/p8Sicd/vcjczmVk=";
  };

  sourceRoot = ".";