Merge pull request #311182 from wegank/rectangle-bump

rectangle: 0.77 -> 0.79
This commit is contained in:
Nick Cao 2024-05-13 11:00:41 -04:00 committed by GitHub
commit ecdb1d6cd0
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.77";
version = "0.79";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
hash = "sha256-wViFngw6iwlOG7KsW+zqxjm9ZRJahscX0TYz7/7T5nw=";
hash = "sha256-XczwgLONTt7wL+oW1ruw6wBwZTMd5VyN+79xJy0NUIg=";
};
sourceRoot = ".";