Merge pull request #308550 from DontEatOreo/update-rectangle

rectangle: 0.76 -> 0.77

authored by Weijia Wang and committed by GitHub 0e8b0d92 03b4bf43

+2 -2
+2 -2
pkgs/os-specific/darwin/rectangle/default.nix
··· 7 7 8 8 stdenvNoCC.mkDerivation rec { 9 9 pname = "rectangle"; 10 - version = "0.76"; 10 + version = "0.77"; 11 11 12 12 src = fetchurl { 13 13 url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg"; 14 - hash = "sha256-oHq5mLMWloi6Tf81rjcmUFGwIggtMdyLPqbD/gOzNHU="; 14 + hash = "sha256-wViFngw6iwlOG7KsW+zqxjm9ZRJahscX0TYz7/7T5nw="; 15 15 }; 16 16 17 17 sourceRoot = ".";