Merge pull request #290499 from wegank/rectangle-bump

rectangle: 0.75 -> 0.76
This commit is contained in:
Nick Cao 2024-02-22 09:10:41 -05:00 committed by GitHub
commit a6a22b3214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ".";