rectangle: 0.77 -> 0.79

This commit is contained in:
Weijia Wang
2024-05-12 23:34:14 +02:00
parent 7257e9980e
commit 659d66c68b

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