rectangle: 0.96 -> 0.98

This commit is contained in:
Weijia Wang
2026-07-16 13:01:10 +02:00
parent eba42c0514
commit edfa702a59
+2 -2
View File
@@ -136,13 +136,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "rectangle";
version = "0.96";
version = "0.98";
src = fetchFromGitHub {
owner = "rxhanson";
repo = "Rectangle";
tag = "v${finalAttrs.version}";
hash = "sha256-3FDCptlNztmexfFDRD/XX9fVuEHVG+EzcrqksJeI+fo=";
hash = "sha256-GGK9mMxllVg0rfcrTg5aUYaECwV7mNCPLwXM+tKazN8=";
};
nativeBuildInputs = [