rectangle: 0.75 -> 0.76

This commit is contained in:
Weijia Wang 2024-02-21 23:24:53 +01:00
parent f893cc7daa
commit c232935fc7

View File

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "rectangle";
version = "0.75";
version = "0.76";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-IjEqT1PHGohuQqgS+IzZKyLoIs0P0V7z42JzNUuzh84=";
hash = "sha256-oHq5mLMWloi6Tf81rjcmUFGwIggtMdyLPqbD/gOzNHU=";
};
sourceRoot = ".";