rectangle: 0.98 -> 0.99

https://github.com/rxhanson/Rectangle/releases/tag/v0.99
This commit is contained in:
Weijia Wang
2026-08-22 17:12:24 +02:00
parent 8437348e6d
commit 94eb3559d9

View File

@@ -134,13 +134,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "rectangle";
version = "0.98";
version = "0.99";
src = fetchFromGitHub {
owner = "rxhanson";
repo = "Rectangle";
tag = "v${finalAttrs.version}";
hash = "sha256-GGK9mMxllVg0rfcrTg5aUYaECwV7mNCPLwXM+tKazN8=";
hash = "sha256-Fz6vBw9fXcYsTza/vHewSw6O80mJIMvs+H9tuJ/dHBo=";
};
nativeBuildInputs = [