rectangle: 0.94 -> 0.95

https://github.com/rxhanson/Rectangle/releases/tag/v0.95
This commit is contained in:
Weijia Wang
2026-04-09 23:32:31 +02:00
parent 70b19d4f80
commit 1cdf4c9a17
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "rectangle";
version = "0.94";
version = "0.95";
src = fetchurl {
url = "https://github.com/rxhanson/Rectangle/releases/download/v${finalAttrs.version}/Rectangle${finalAttrs.version}.dmg";
hash = "sha256-XeM+Mu59tW8uGiAGBOroMUggqPGK/XuN7doT4dfQdxQ=";
hash = "sha256-fykSgXAGxouBHAlcW4rcKthApQVkYfRiuw5GnI6hIAA=";
};
sourceRoot = ".";