Merge pull request #336129 from wegank/rectangle-bump

rectangle: 0.81 -> 0.82
This commit is contained in:
Nick Cao 2024-08-21 16:14:47 -04:00 committed by GitHub
commit 37029ac1f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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